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 TypeInterfaceDescriptioninterfaceRepresents the XPath node-testnode().interfaceRepresents the XPath node-testcomment().interfaceRepresents an XPath name test such asparaorsvg:rect.interfaceRepresents the XPath node-testprocessing-instruction().interfaceRepresents the XPath node-testtext().Classes in org.jaxen.expr that implement StepModifier and TypeClassDescriptionclassclassclassExpression object that represents any flavor of name-test steps within an XPath.classclassclassMethods 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 LocationPathPatternPatternParser.convertStep(LocationPathPattern path, Step step) protected static booleanPatternParser.navigationStep(Step step)