Class Summary |
AttributeCollection |
AttributeCollection is an implementation of the SAX2 interface Attributes
that also provides the ability to manipulate namespaces and to convert attributes
into Nodes.
|
DocumentImpl |
A node in the XML parse tree representing the Document itself (or equivalently, the root
node of the Document). |
ElementImpl |
ElementImpl implements an element with no attributes or namespace declarations.
This class is an implementation of NodeInfo. |
ElementWithAttributes |
A node in the XML parse tree representing an XML element.
This class is an implementation of NodeInfo |
LineNumberMap |
Line numbers are not held in nodes in the tree, because they are not usually needed.
|
NodeImpl |
A node in the XML parse tree representing an XML element, character content, or attribute.
This is the top-level class in the implementation class hierarchy; it essentially contains
all those methods that can be defined using other primitive methods, without direct access
to data. |
SystemIdMap |
System IDs are not held in nodes in the tree, because they are usually the same
for a whole document.
|
TreeBuilder |
The Builder class is responsible for taking a stream of SAX events and constructing
a Document tree. |