| Attribute |
This class represents an attribute of an Element
|
| BasicNode |
The parent class for all nodes in the XML document.
|
| Child |
This is an interface for anything which can be a child.
|
| Comment |
|
| Document |
This class represents an XML document.
|
| Element |
An element in a XML document.
|
| Entity |
|
| EntityResolver |
|
| JoinedInputStream |
This class allows to join several InputStream's into one.
|
| Location |
|
| Namespace |
|
| Namespaces |
|
| Node |
Common interface for all nodes in an XML document.
|
| NodeFilter |
|
| NodeWithChildren |
This class contains all the code necessary to implement nodes
which can have child nodes (like Document or Element).
|
| Parent |
This is an interface for anything which can be a parent:
Element and Document.
|
| ProcessingInstruction |
|
| Text |
|
| TextNode |
Interface for all classes which contain text: comments, elements, processing instructions, etc.
|
| Token |
A piece of XML.
|
| TreeIterator |
|
| XMLDeclaration |
This class allows to manipulate the XML encoding at the beginning of an XML document.
|
| XMLParseException |
|
| XMLParser |
The class uses the XMLTokenizer to parse an XMLSource
into a Document.
|
| XMLSource |
This is the interface for a source of XML characters.
|
| XMLStringSource |
|
| XMLTokenizer |
This class allows to chop an XMLSource into tokens.
|
| XMLTokenizer.Type |
Types of tokens the tokenizer can return
|
| XMLWriter |
|