Uses of Class
org.basex.query.xpath.locpath.LocPath

Packages that use LocPath
org.basex.query.xpath.internal Contains internally used XPath expressions. 
org.basex.query.xpath.locpath Contains classes for the evaluation of XPath 1.0 location steps. 
 

Uses of LocPath in org.basex.query.xpath.internal
 

Constructors in org.basex.query.xpath.internal with parameters of type LocPath
AllOf(LocPath p, Item[] v, Comp c)
          Constructor.
IndexMatch(LocPath p, Expr exp, LocPath m)
          Constructor.
OneOf(LocPath p, Item[] v, Comp c)
          Constructor.
 

Uses of LocPath in org.basex.query.xpath.locpath
 

Subclasses of LocPath in org.basex.query.xpath.locpath
 class LocPathAbs
          Absolute Location Path Expression.
 class LocPathRel
          Relative Location Path Expression.
 

Methods in org.basex.query.xpath.locpath that return LocPath
 LocPath LocPath.invertPath(Step curr)
          Inverts a location path.