| Frames | No Frames |
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 | Add the next step to this location path. |
| void | Add the next step to this location path. |
| boolean | |
Methods with return type org.jaxen.expr.Step | |
| Step | DefaultXPathFactory.createAllNodeStep(int axis) |
| Step | XPathFactory.createAllNodeStep(int axis) Create a step with a node() node-test. |
| Step | DefaultXPathFactory.createCommentNodeStep(int axis) |
| Step | XPathFactory.createCommentNodeStep(int axis) Create a step with a comment() node-test. |
| Step | DefaultXPathFactory.createNameStep(int axis, String prefix, String localName) |
| Step | XPathFactory.createNameStep(int axis, String prefix, String localName) Create a step with a named node-test. |
| Step | DefaultXPathFactory.createProcessingInstructionNodeStep(int axis, String piName) |
| Step | XPathFactory.createProcessingInstructionNodeStep(int axis, String name) Create a step with a processing-instruction() node-test. |
| Step | DefaultXPathFactory.createTextNodeStep(int axis) |
| Step | XPathFactory.createTextNodeStep(int axis) Create a step with a text() node-test. |
Methods with parameter type org.jaxen.expr.Step | |
| LocationPathPattern | |
| boolean | |