| Class Summary | |
|---|---|
| AllocEventParser | |
| ArrayIterator | |
| AttributeBase |
An implementation of the Attribute class. |
| BaseEvent |
Base event class for events to extend from |
| CharactersEvent | |
| CircularQueue | |
| CommentEvent | |
| ConfigurationContextBase | |
| DTDEvent | |
| ElementTypeNames | |
| EmptyIterator | |
| EndDocumentEvent | |
| EndElementEvent | |
| EntityReferenceEvent | |
| EventFactory |
The default factory for creating events. |
| EventParse | |
| EventReaderFilter | |
| EventScanner |
This class replays events from a simple non-xml file format |
| EventState | |
| EventWrite | |
| MXParser | XML Streaming Parser. |
| MXParserFactory | |
| NamedEvent | |
| NameFilter | |
| NamespaceBase |
The default implementation of the namespace class |
| NamespaceContextImpl | |
| NoAllocEventParser | |
| Parse | |
| ProcessingInstructionEvent | |
| ReaderDelegate |
An implementation of the ReaderDelegate class |
| ReaderToWriter |
Automatically write a reader. |
| ReadOnlyNamespaceContextBase |
This class provides a ReadOnlyNamespace context that takes a snapshot of the current namespaces in scope |
| Stack | |
| StartDocumentEvent | |
| StartElementEvent | |
| StaticAllocator |
Return a single event for each allocate call |
| StreamReaderFilter |
Apply a filter to the StreamReader |
| SubReader |
Creates a SubReader over a node of a document |
| SymbolTable | Maintains a table for namespace scope values = map from strings to stacks [a]->[value1,0],[value2,0] table = a stack of bindings |
| TypeFilter | |
| XmlChars | Methods in this class are used to determine whether characters may appear in certain roles in XML documents. |
| XmlReader | This handles several XML-related tasks that normal java.io Readers don't support, inluding use of IETF standard encoding names and automatic detection of most XML encodings. |
| XMLEventAllocatorBase |
An allocator that creates an event per method call. |
| XMLEventPlayer |
Create events from a file format. |
| XMLEventReaderBase |
The base reader class. |
| XMLEventWriterBase |
The base writer class |
| XMLOutputFactoryBase |
Creates instances of the various interfaces for XML output |
| XMLStreamPlayer |
Creates an XMLStreamReader over a non-xml ascii format |
| XMLStreamRecorder |
Writes XML in a non-xml format to create XML tests. |
| XMLWriterBase |
The base output class. |