Uses of Interface org.jaxen.expr.Step

Uses in package org.jaxen.expr

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
Step
Create a step with a node() node-test.
Step
Step
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
Step
Create a step with a processing-instruction() node-test.
Step
Step
Create a step with a text() node-test.

Uses in package org.jaxen.pattern

Methods with parameter type org.jaxen.expr.Step

LocationPathPattern
boolean