Uses of Interface
com.globalmentor.xml.xpath.Step
-
Packages that use Step Package Description com.globalmentor.xml.xpath -
-
Uses of Step in com.globalmentor.xml.xpath
Classes in com.globalmentor.xml.xpath that implement Step Modifier and Type Class Description class
AxisStep
Represents an axis step in an XPath path expression.Methods in com.globalmentor.xml.xpath that return Step Modifier and Type Method Description Step
PathExpression. getStep(int stepIndex)
Returns the step at the given index in the path expression.protected static Step
PathExpression. getStep(java.lang.String stepString)
Creates a step from a string version of a stepMethods in com.globalmentor.xml.xpath that return types with arguments of type Step Modifier and Type Method Description java.util.Iterator<Step>
PathExpression. iterator()
-