net.sf.saxon.tree |
|
Java Source File Name | Type | Comment |
AncestorEnumeration.java | Class | |
AttributeEnumeration.java | Class | AttributeEnumeration is an enumeration of all the attribute nodes of an Element. |
AttributeImpl.java | Class | A node in the XML parse tree representing an attribute. |
ChildEnumeration.java | Class | |
CommentImpl.java | Class | CommentImpl is an implementation of a Comment node
author: Michael H. |
DescendantEnumeration.java | Class | |
DocumentImpl.java | Class | A node in the XML parse tree representing the Document itself (or equivalently, the root
node of the Document).
author: Michael H. |
ElementImpl.java | Class | ElementImpl implements an element with no attributes or namespace declarations.
This class is an implementation of NodeInfo. |
ElementWithAttributes.java | Class | A node in the XML parse tree representing an XML element.
This class is an implementation of NodeInfo
author: Michael H. |
FollowingEnumeration.java | Class | |
FollowingSiblingEnumeration.java | Class | |
LineNumberMap.java | Class | Line numbers are not held in nodes in the tree, because they are not usually needed.
This class provides a map from element sequence numbers to line numbers: it is
linked to the root node of the tree.
author: Michael H. |
NodeFactory.java | Interface | Interface NodeFactory. |
NodeImpl.java | Class | 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.
author: Michael H. |
ParentNodeImpl.java | Class | ParentNodeImpl is an implementation of a non-leaf node (specifically, an Element node
or a Document node)
author: Michael H. |
PrecedingEnumeration.java | Class | |
PrecedingOrAncestorEnumeration.java | Class | |
PrecedingSiblingEnumeration.java | Class | |
ProcInstImpl.java | Class | ProcInstImpl is an implementation of ProcInstInfo used by the Propagator to construct
its trees.
author: Michael H. |
SystemIdMap.java | Class | System IDs are not held in nodes in the tree, because they are usually the same
for a whole document.
This class provides a map from element sequence numbers to System IDs: it is
linked to the root node of the tree.
Note that the System ID is not necessarily the same as the Base URI. |
TextImpl.java | Class | A node in the XML parse tree representing character content
author: Michael H. |
TreeBuilder.java | Class | The Builder class is responsible for taking a stream of SAX events and constructing
a Document tree.
author: Michael H. |
TreeEnumeration.java | Class | |