Uses of Class
com.werken.xpath.impl.Step
-
Packages that use Step Package Description com.werken.xpath.impl Contains implementation classes for evaluating XPath componentscom.werken.xpath.parser Contains generated Java classes from the antlr grammar. -
-
Uses of Step in com.werken.xpath.impl
Subclasses of Step in com.werken.xpath.impl Modifier and Type Class Description class
AbbrStep
class
NameTestStep
class
NodeTypeStep
class
ParentStep
class
PIStep
class
SelfStep
class
UnAbbrStep
Methods in com.werken.xpath.impl that return Step Modifier and Type Method Description Step
UnAbbrStep. addPredicate(Predicate pred)
Methods in com.werken.xpath.impl with parameters of type Step Modifier and Type Method Description LocationPath
LocationPath. addStep(Step step)
-
Uses of Step in com.werken.xpath.parser
Methods in com.werken.xpath.parser that return Step Modifier and Type Method Description Step
XPathRecognizer. abbr_step()
Step
XPathRecognizer. special_step(java.lang.String axis)
Step
XPathRecognizer. step()
-