Uses of Class
org.xlattice.corexml.expr.Step

Packages that use Step
org.xlattice.corexml.expr Code to support the evaluation of various types of expressions, most importantly XPath. 
 

Uses of Step in org.xlattice.corexml.expr
 

Methods in org.xlattice.corexml.expr that return Step
(package private)  Step ExprParser.collectPredicates(Step step)
          Given a step, collect any predicates following it.
(package private)  Step ExprParser.collectStep(AxisName aName, boolean single)
          Having encountered an axis name, collect the step.
(package private)  Step ExprParser.collectStep(NCName ncName, boolean single)
          Verify NCName followed by :*, then collect the step, defaulting it to one along the CHILD axis.
(package private)  Step ExprParser.collectStep(NodeType nodeType, boolean single)
          Having encountered a nodeType, collect the step, defaulting it to one along the CHILD axis.
(package private)  Step ExprParser.collectStep(QName qName, boolean single)
          Having encountered a QName, collect the step, defaulting it to one along the CHILD axis.
(package private)  Step ExprParser.collectStep(Symbol sym, boolean single)
          Having encountered a symbol, collect the step.
 Step LocationPath.getStep(int n)
           
 

Methods in org.xlattice.corexml.expr with parameters of type Step
 void LocationPath.addStep(Step step)
          Add a step to the location path.
(package private)  Step ExprParser.collectPredicates(Step step)
          Given a step, collect any predicates following it.