Uses of Package
jd.xml.xpath.expr.path

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

Classes in jd.xml.xpath.expr.path used by jd.xml.xpath.expr.path
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.
LocationStep
          An expression class to represent XPath location steps with and without predicate filters.
LocationStepChain
          A LocationStepChain is a sequence of single location steps, chained together by the '/' operator.
RootPath
          The RootPath represents the path expression "/".
SimpleLocationStep
          An LocationStep without predicate filters-