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

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

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

Subclasses of SimpleLocationStep in jd.xml.xpath.expr.path
 class RootPath
          The RootPath represents the path expression "/".
 

Methods in jd.xml.xpath.expr.path with parameters of type SimpleLocationStep
static FilteredLocationStep FilteredLocationStep.create(SimpleLocationStep step, Expression filter)
          Create a FilteredLocationStep if possible