Uses of Class
org.apache.taglibs.standard.extra.spath.Step
-
Packages that use Step Package Description org.apache.taglibs.standard.extra.spath -
-
Uses of Step in org.apache.taglibs.standard.extra.spath
Fields in org.apache.taglibs.standard.extra.spath with type parameters of type Step Modifier and Type Field Description protected List<Step>SPathFilter. stepsThe steps in the SPath expression we use for filtering.Methods in org.apache.taglibs.standard.extra.spath that return Step Modifier and Type Method Description StepSPathParser. step()Methods in org.apache.taglibs.standard.extra.spath that return types with arguments of type Step Modifier and Type Method Description List<Step>AbsolutePath. getSteps()abstract List<Step>Path. getSteps()Retrieves an ordered list of Step objects representing this expression.List<Step>RelativePath. getSteps()Methods in org.apache.taglibs.standard.extra.spath with parameters of type Step Modifier and Type Method Description static booleanSPathFilter. nodeMatchesStep(Step s, String uri, String localName, String qName, Attributes a)Constructors in org.apache.taglibs.standard.extra.spath with parameters of type Step Constructor Description RelativePath(Step step, RelativePath next)Constructs a new RelativePath object, based on a Step and another (possibly null) RelativePath.
-