Uses of Class
org.apache.taglibs.standard.extra.spath.Step
Packages that use Step
-
Uses of Step in org.apache.taglibs.standard.extra.spath
Fields in org.apache.taglibs.standard.extra.spath with type parameters of type StepModifier and TypeFieldDescriptionSPathFilter.stepsThe steps in the SPath expression we use for filtering.Methods in org.apache.taglibs.standard.extra.spath that return StepMethods in org.apache.taglibs.standard.extra.spath that return types with arguments of type StepModifier and TypeMethodDescriptionAbsolutePath.getSteps()Path.getSteps()Retrieves an ordered list of Step objects representing this expression.RelativePath.getSteps()Methods in org.apache.taglibs.standard.extra.spath with parameters of type StepModifier and TypeMethodDescriptionstatic booleanSPathFilter.nodeMatchesStep(Step s, String uri, String localName, String qName, Attributes a) Constructors in org.apache.taglibs.standard.extra.spath with parameters of type StepModifierConstructorDescriptionRelativePath(Step step, RelativePath next) Constructs a new RelativePath object, based on a Step and another (possibly null) RelativePath.