| Frames | No Frames |
Methods with parameter type org.jaxen.expr.Step | |
| LocationPathPattern | |
| boolean | |
Classes implementing org.jaxen.expr.Step | |
| class | |
| class | |
| class | Expression object that represents any flavor
of name-test steps within an XPath. |
| class | |
| class | |
| class | |
Methods with parameter type org.jaxen.expr.Step | |
| void | |
| void | |
| boolean | |
Methods with return type org.jaxen.expr.Step | |
| Step | DefaultXPathFactory.createAllNodeStep(int axis) |
| Step | XPathFactory.createAllNodeStep(int axis) |
| Step | DefaultXPathFactory.createCommentNodeStep(int axis) |
| Step | XPathFactory.createCommentNodeStep(int axis) |
| Step | DefaultXPathFactory.createNameStep(int axis, String prefix, String localName) |
| Step | XPathFactory.createNameStep(int axis, String prefix, String localName) |
| Step | DefaultXPathFactory.createProcessingInstructionNodeStep(int axis, String piName) |
| Step | XPathFactory.createProcessingInstructionNodeStep(int axis, String name) |
| Step | DefaultXPathFactory.createTextNodeStep(int axis) |
| Step | XPathFactory.createTextNodeStep(int axis) |