Package jd.xml.xpath.model.build.normal

Contains the default implementation for XPath node model.

See:
          Description

Class Summary
AttributeNode AttributeNode represents a XPath attribute node.
CommentNode A Comment node implementation.
ComplexElementNode A ElementNode with attributes and/or namespace declarations.
CompositeNode A XPath node with children.
ElementNode ElementNode represents a XPath element node.
LineNumberMap LineNumberMap maps serialNumbers of XPathNodes to the line-number of the node in the corresponding XML document.
NamespaceNode NamespaceNode represents a XPath namespace node.
Node An implementation of a XPathNode.
NormalModelBuilder A SAX ContentHandler to build a XPath tree from SAX parse events.
NormalModelBuilderFactory  
PiNode A ProcessingInstruction node implementation.
RootNode An implementation for the XPath root node.
TextNode A Text node implementation.
TreeNode  
 

Package jd.xml.xpath.model.build.normal Description

Contains the default implementation for XPath node model.