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 classAbbrStepclassNameTestStepclassNodeTypeStepclassParentStepclassPIStepclassSelfStepclassUnAbbrStepMethods in com.werken.xpath.impl that return Step Modifier and Type Method Description StepUnAbbrStep. addPredicate(Predicate pred)Methods in com.werken.xpath.impl with parameters of type Step Modifier and Type Method Description LocationPathLocationPath. 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 StepXPathRecognizer. abbr_step()StepXPathRecognizer. special_step(java.lang.String axis)StepXPathRecognizer. step()
-