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

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

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

Fields in org.apache.xerces.impl.xpath declared as XPath.Step
 XPath.Step[] XPath.LocationPath.steps
          List of steps.
 

Constructors in org.apache.xerces.impl.xpath with parameters of type XPath.Step
XPath.LocationPath(XPath.Step[] steps)
          Creates a location path from a series of steps.