Class RelativePath
java.lang.Object
org.apache.taglibs.standard.extra.spath.Path
org.apache.taglibs.standard.extra.spath.RelativePath
Represents a relative SPath expression.
- Author:
- Shawn Bayern
-
Constructor Summary
ConstructorsConstructorDescriptionRelativePath(Step step, RelativePath next) Constructs a new RelativePath object, based on a Step and another (possibly null) RelativePath. -
Method Summary
-
Constructor Details
-
RelativePath
Constructs a new RelativePath object, based on a Step and another (possibly null) RelativePath. If 'all' is true, then the path matches all instances of 'next' underneath 'step'; otherwise; 'next' must be an immediate child of 'step'.
-
-
Method Details