Interface Summary | |
---|---|
NodeFactory | Interface NodeFactory. |
Class Summary | |
---|---|
AncestorEnumeration | |
AttributeEnumeration | AttributeEnumeration is an enumeration of all the attribute nodes of an Element. |
AttributeImpl | A node in the XML parse tree representing an attribute. |
ChildEnumeration | |
CommentImpl | CommentImpl is an implementation of a Comment node |
DescendantEnumeration | |
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 |
FollowingEnumeration | |
FollowingSiblingEnumeration | |
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. |
ParentNodeImpl | ParentNodeImpl is an implementation of a non-leaf node (specifically, an Element node or a Document node) |
PrecedingEnumeration | |
PrecedingOrAncestorEnumeration | |
PrecedingSiblingEnumeration | |
ProcInstImpl | ProcInstImpl is an implementation of ProcInstInfo used by the Propagator to construct its trees. |
SystemIdMap | System IDs are not held in nodes in the tree, because they are usually the same for a whole document. |
TextImpl | A node in the XML parse tree representing character content |
TreeBuilder | The Builder class is responsible for taking a stream of SAX events and constructing a Document tree. |
TreeEnumeration |