|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Step | |
---|---|
org.jaxen.expr | Interfaces and default implementations for XPath expression components. |
org.jaxen.pattern | Defines XSLT Pattern objects. |
Uses of Step in org.jaxen.expr |
---|
Subinterfaces of Step in org.jaxen.expr | |
---|---|
interface |
AllNodeStep
Represents the XPath node-test node() . |
interface |
CommentNodeStep
Represents the XPath node-test comment() . |
interface |
NameStep
Represents an XPath name test such as para or
svg:rect . |
interface |
ProcessingInstructionNodeStep
Represents the XPath node-test processing-instruction() . |
interface |
TextNodeStep
Represents the XPath node-test text() . |
Classes in org.jaxen.expr that implement Step | |
---|---|
class |
DefaultAllNodeStep
Deprecated. this class will become non-public in the future; use the interface instead |
class |
DefaultCommentNodeStep
Deprecated. this class will become non-public in the future; use the interface instead |
class |
DefaultNameStep
Deprecated. this class will become non-public in the future; use the interface instead |
class |
DefaultProcessingInstructionNodeStep
Deprecated. this class will become non-public in the future; use the interface instead |
class |
DefaultStep
Deprecated. this class will become non-public in the future; use the interface instead |
class |
DefaultTextNodeStep
Deprecated. this class will become non-public in the future; use the interface instead |
Methods in org.jaxen.expr that return 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,
java.lang.String prefix,
java.lang.String localName)
|
Step |
XPathFactory.createNameStep(int axis,
java.lang.String prefix,
java.lang.String localName)
Create a step with a named node-test. |
Step |
DefaultXPathFactory.createProcessingInstructionNodeStep(int axis,
java.lang.String piName)
|
Step |
XPathFactory.createProcessingInstructionNodeStep(int axis,
java.lang.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 in org.jaxen.expr with parameters of type Step | |
---|---|
void |
LocationPath.addStep(Step step)
Add the next step to this location path. |
void |
DefaultLocationPath.addStep(Step step)
|
private boolean |
DefaultLocationPath.isReverseAxis(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 |