Uses of Class
jd.xml.xpath.expr.path.LocationStep

Packages that use LocationStep
jd.xml.xpath.expr.path   
 

Uses of LocationStep in jd.xml.xpath.expr.path
 

Subclasses of LocationStep in jd.xml.xpath.expr.path
 class FilteredLocationStep
          A FilteredLocationStep is a LocationStep with a simple filter predicate that uses axis iterators for evaluation and is therefore faster than a heavyweight PredicateExpression.
 class RootPath
          The RootPath represents the path expression "/".
 class SimpleLocationStep
          An LocationStep without predicate filters-
 

Fields in jd.xml.xpath.expr.path declared as LocationStep
static LocationStep AbbreviatedPaths.DESCENDANT_OR_SELF_NODE
          The path '//'
static LocationStep AbbreviatedPaths.SELF_NODE
          The path '.'
static LocationStep AbbreviatedPaths.PARENT_NODE
          The path '..'
 

Methods in jd.xml.xpath.expr.path with parameters of type LocationStep
static LocationStepChain LocationStepChain.create(Expression lhs, LocationStep rhs)
           
 

Constructors in jd.xml.xpath.expr.path with parameters of type LocationStep
LocationStepChain(LocationStep[] steps)
          Create a LocationStepChain.