Uses of Class
org.apache.xerces.impl.xpath.XPath.Axis

Packages that use XPath.Axis
org.apache.xerces.impl.xpath   
 

Uses of XPath.Axis in org.apache.xerces.impl.xpath
 

Fields in org.apache.xerces.impl.xpath declared as XPath.Axis
 XPath.Axis XPath.Step.axis
          Axis.
 

Constructors in org.apache.xerces.impl.xpath with parameters of type XPath.Axis
XPath.Step(XPath.Axis axis, XPath.NodeTest nodeTest)
          Constructs a step from an axis and node test.