Uses of Class
jd.xml.xpath.model.build.normal.CompositeNode

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

Uses of CompositeNode in jd.xml.xpath.model.build.normal
 

Subclasses of CompositeNode in jd.xml.xpath.model.build.normal
(package private)  class ComplexElementNode
          A ElementNode with attributes and/or namespace declarations.
(package private)  class ElementNode
          ElementNode represents a XPath element node.
(package private)  class RootNode
          An implementation for the XPath root node.
 

Fields in jd.xml.xpath.model.build.normal declared as CompositeNode
protected  CompositeNode Node.parent_
           
 

Methods in jd.xml.xpath.model.build.normal with parameters of type CompositeNode
(package private)  Node Node.copy(CompositeNode parent)
           
(package private)  Node CompositeNode.copy(CompositeNode parent)