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

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

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

Subclasses of Node in jd.xml.xpath.model.build.normal
(package private)  class AttributeNode
          AttributeNode represents a XPath attribute node.
(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 NamespaceNode
          NamespaceNode represents a XPath namespace 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.
(package private)  class TreeNode
           
 

Methods in jd.xml.xpath.model.build.normal that return Node
(package private)  Node TextNode.createCopy()
           
(package private)  Node PiNode.createCopy()
           
(package private)  Node Node.getFirstChildImpl()
          Return null.
(package private)  Node Node.copy(CompositeNode parent)
           
(package private)  Node Node.createCopy()
           
(package private)  Node ElementNode.createCopy()
           
(package private)  Node CompositeNode.getFirstChildImpl()
          Return null.
(package private)  Node CompositeNode.copy(CompositeNode parent)
           
(package private)  Node ComplexElementNode.createCopy()
           
(package private)  Node CommentNode.createCopy()
           
 

Methods in jd.xml.xpath.model.build.normal with parameters of type Node
(package private)  int RootNode.getLineNumber(Node node)
          Return the line number of the node in a source document.