Uses of Interface
org.jaxen.expr.Step
-
Packages that use Step Package Description 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 Modifier and Type Interface Description interfaceAllNodeStepRepresents the XPath node-testnode().interfaceCommentNodeStepRepresents the XPath node-testcomment().interfaceNameStepRepresents an XPath name test such asparaorsvg:rect.interfaceProcessingInstructionNodeStepRepresents the XPath node-testprocessing-instruction().interfaceTextNodeStepRepresents the XPath node-testtext().Classes in org.jaxen.expr that implement Step Modifier and Type Class Description classDefaultAllNodeStepDeprecated.this class will become non-public in the future; use the interface insteadclassDefaultCommentNodeStepDeprecated.this class will become non-public in the future; use the interface insteadclassDefaultNameStepDeprecated.this class will become non-public in the future; use the interface insteadclassDefaultProcessingInstructionNodeStepDeprecated.this class will become non-public in the future; use the interface insteadclassDefaultStepDeprecated.this class will become non-public in the future; use the interface insteadclassDefaultTextNodeStepDeprecated.this class will become non-public in the future; use the interface insteadMethods in org.jaxen.expr that return Step Modifier and Type Method Description StepDefaultXPathFactory. createAllNodeStep(int axis)StepXPathFactory. createAllNodeStep(int axis)Create a step with a node() node-test.StepDefaultXPathFactory. createCommentNodeStep(int axis)StepXPathFactory. createCommentNodeStep(int axis)Create a step with acomment()node-test.StepDefaultXPathFactory. createNameStep(int axis, java.lang.String prefix, java.lang.String localName)StepXPathFactory. createNameStep(int axis, java.lang.String prefix, java.lang.String localName)Create a step with a named node-test.StepDefaultXPathFactory. createProcessingInstructionNodeStep(int axis, java.lang.String piName)StepXPathFactory. createProcessingInstructionNodeStep(int axis, java.lang.String name)Create a step with aprocessing-instruction()node-test.StepDefaultXPathFactory. createTextNodeStep(int axis)StepXPathFactory. createTextNodeStep(int axis)Create a step with atext()node-test.Methods in org.jaxen.expr with parameters of type Step Modifier and Type Method Description voidLocationPath. addStep(Step step)Add the next step to this location path. -
Uses of Step in org.jaxen.pattern
Methods in org.jaxen.pattern with parameters of type Step Modifier and Type Method Description protected static LocationPathPatternPatternParser. convertStep(LocationPathPattern path, Step step)protected static booleanPatternParser. navigationStep(Step step)
-