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

Packages that use jd.xml.xpath.model.build.normal
jd.xml.xpath.model.build.normal Contains the default implementation for XPath node model. 
 

Classes in jd.xml.xpath.model.build.normal used by jd.xml.xpath.model.build.normal
AttributeNode
          AttributeNode represents a XPath attribute node.
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.
Node
          An implementation of a XPathNode.
TreeNode