Uses of Class
org.basex.query.xquery.path.Path

Packages that use Path
org.basex.query.xquery.path Contains XQuery 1.0 path expressions. 
 

Uses of Path in org.basex.query.xquery.path
 

Subclasses of Path in org.basex.query.xquery.path
 class SimpleIterPath
          Path Expression when the axis is a descendant.
 

Methods in org.basex.query.xquery.path that return Path
 Path Path.invertPath(Step curr)
          Inverts a path.
static Path Path.invertSIStep(SimpleIterStep sis, Step curr, Expr expr)
          Inverts a path.