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

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

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

Subclasses of ElementNode in jd.xml.xpath.model.build.normal
(package private)  class ComplexElementNode
          A ElementNode with attributes and/or namespace declarations.
 

Methods in jd.xml.xpath.model.build.normal with parameters of type ElementNode
(package private)  void RootNode.setIdElement(String id, ElementNode element)
          Map an id to an element
 

Constructors in jd.xml.xpath.model.build.normal with parameters of type ElementNode
NamespaceNode(String prefix, String uri, ElementNode parent)
           
AttributeNode(NodeName name, String value, ElementNode parent)
           
AttributeNode(AttributeNode node, ElementNode parent)