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

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

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

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

Fields in jd.xml.xpath.model.build.normal declared as TreeNode
protected  TreeNode TreeNode.next_
           
protected  TreeNode TreeNode.previous_
           
protected  TreeNode CompositeNode.firstChild_
           
 

Methods in jd.xml.xpath.model.build.normal with parameters of type TreeNode
(package private)  void TreeNode.setNextSibling(TreeNode node)
           
(package private)  void CompositeNode.setFirstChild(TreeNode child)