|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Step | |
| org.jaxen.expr | |
| org.jaxen.pattern | |
| Uses of Step in org.jaxen.expr |
| Classes in org.jaxen.expr that implement Step | |
class |
DefaultAllNodeStep
|
class |
DefaultCommentNodeStep
|
class |
DefaultNameStep
Expression object that represents any flavor of name-test steps within an XPath. |
class |
DefaultProcessingInstructionNodeStep
|
class |
DefaultStep
|
class |
DefaultTextNodeStep
|
| Methods in org.jaxen.expr that return Step | |
Step |
XPathFactory.createNameStep(int axis,
java.lang.String prefix,
java.lang.String localName)
|
Step |
XPathFactory.createAllNodeStep(int axis)
|
Step |
XPathFactory.createCommentNodeStep(int axis)
|
Step |
XPathFactory.createTextNodeStep(int axis)
|
Step |
XPathFactory.createProcessingInstructionNodeStep(int axis,
java.lang.String name)
|
Step |
DefaultXPathFactory.createNameStep(int axis,
java.lang.String prefix,
java.lang.String localName)
|
Step |
DefaultXPathFactory.createTextNodeStep(int axis)
|
Step |
DefaultXPathFactory.createCommentNodeStep(int axis)
|
Step |
DefaultXPathFactory.createAllNodeStep(int axis)
|
Step |
DefaultXPathFactory.createProcessingInstructionNodeStep(int axis,
java.lang.String piName)
|
| Methods in org.jaxen.expr with parameters of type Step | |
void |
LocationPath.addStep(Step step)
|
| Uses of Step in org.jaxen.pattern |
| Methods in org.jaxen.pattern with parameters of type Step | |
protected static LocationPathPattern |
PatternParser.convertStep(LocationPathPattern path,
Step step)
|
protected static boolean |
PatternParser.navigationStep(Step step)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||