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

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

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

Methods in jd.xml.xpath.model.build.normal with parameters of type AttributeNode
(package private)  void ComplexElementNode.setAttributes(AttributeNode[] attributes)
          Set the Attributes of this XPathNode.
 

Constructors in jd.xml.xpath.model.build.normal with parameters of type AttributeNode
AttributeNode(AttributeNode node, ElementNode parent)