Package net.sf.saxon.tree
package net.sf.saxon.tree
-
ClassDescriptionAttributeEnumeration is an enumeration of all the attribute nodes of an Element.A node in the XML parse tree representing an attribute.CommentImpl is an implementation of a Comment nodeA node in the XML parse tree representing the Document itself (or equivalently, the root node of the Document).ElementImpl implements an element with no attributes or namespace declarations.A node in the XML parse tree representing an XML element.Line numbers are not held in nodes in the tree, because they are not usually needed.Interface NodeFactory.A node in the XML parse tree representing an XML element, character content, or attribute.ParentNodeImpl is an implementation of a non-leaf node (specifically, an Element node or a Document node)ProcInstImpl is an implementation of ProcInstInfo used by the Propagator to construct its trees.System IDs are not held in nodes in the tree, because they are usually the same for a whole document.A node in the XML parse tree representing character contentThe Builder class is responsible for taking a stream of SAX events and constructing a Document tree.