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

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

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

Subclasses of Step in org.basex.query.xquery.path
 class IterStep
          Path expression.
 class SimpleIterStep
          Path expression.
 

Methods in org.basex.query.xquery.path with parameters of type Step
 Path Path.invertPath(Step curr)
          Inverts a path.
static Path Path.invertSIStep(SimpleIterStep sis, Step curr, Expr expr)
          Inverts a path.