Uses of Interface
org.jaxen.expr.Step
Packages that use Step
Package
Description
Interfaces and default implementations for
XPath expression components.
Defines XSLT Pattern objects.
-
Uses of Step in org.jaxen.expr
Subinterfaces of Step in org.jaxen.exprModifier and TypeInterfaceDescriptioninterface
Represents the XPath node-testnode()
.interface
Represents the XPath node-testcomment()
.interface
Represents an XPath name test such aspara
orsvg:rect
.interface
Represents the XPath node-testprocessing-instruction()
.interface
Represents the XPath node-testtext()
.Classes in org.jaxen.expr that implement StepModifier and TypeClassDescriptionclass
Deprecated.this class will become non-public in the future; use the interface insteadclass
Deprecated.this class will become non-public in the future; use the interface insteadclass
Deprecated.this class will become non-public in the future; use the interface insteadclass
Deprecated.this class will become non-public in the future; use the interface insteadclass
Deprecated.this class will become non-public in the future; use the interface insteadclass
Deprecated.this class will become non-public in the future; use the interface insteadMethods in org.jaxen.expr that return StepModifier and TypeMethodDescriptionDefaultXPathFactory.createAllNodeStep
(int axis) XPathFactory.createAllNodeStep
(int axis) Create a step with a node() node-test.DefaultXPathFactory.createCommentNodeStep
(int axis) XPathFactory.createCommentNodeStep
(int axis) Create a step with acomment()
node-test.DefaultXPathFactory.createNameStep
(int axis, String prefix, String localName) XPathFactory.createNameStep
(int axis, String prefix, String localName) Create a step with a named node-test.DefaultXPathFactory.createProcessingInstructionNodeStep
(int axis, String piName) XPathFactory.createProcessingInstructionNodeStep
(int axis, String name) Create a step with aprocessing-instruction()
node-test.DefaultXPathFactory.createTextNodeStep
(int axis) XPathFactory.createTextNodeStep
(int axis) Create a step with atext()
node-test.Methods in org.jaxen.expr with parameters of type Step -
Uses of Step in org.jaxen.pattern
Methods in org.jaxen.pattern with parameters of type StepModifier and TypeMethodDescriptionprotected static LocationPathPattern
PatternParser.convertStep
(LocationPathPattern path, Step step) Deprecated.protected static boolean
PatternParser.navigationStep
(Step step) Deprecated.