|
|||||||||||
| 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
|
interface |
CommentNodeStep
|
interface |
NameStep
|
interface |
ProcessingInstructionNodeStep
|
interface |
TextNodeStep
|
| 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 |
XPathFactory.createNameStep(int axis,
String prefix,
String localName)
|
Step |
XPathFactory.createAllNodeStep(int axis)
|
Step |
XPathFactory.createCommentNodeStep(int axis)
|
Step |
XPathFactory.createTextNodeStep(int axis)
|
Step |
XPathFactory.createProcessingInstructionNodeStep(int axis,
String name)
|
Step |
DefaultXPathFactory.createNameStep(int axis,
String prefix,
String localName)
|
Step |
DefaultXPathFactory.createTextNodeStep(int axis)
|
Step |
DefaultXPathFactory.createCommentNodeStep(int axis)
|
Step |
DefaultXPathFactory.createAllNodeStep(int axis)
|
Step |
DefaultXPathFactory.createProcessingInstructionNodeStep(int axis,
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 | ||||||||||