Package | Description |
---|---|
org.apache.taglibs.standard.extra.spath |
Modifier and Type | Field and Description |
---|---|
private Step |
RelativePath.step |
Modifier and Type | Method and Description |
---|---|
Step |
SPathParser.step() |
Modifier and Type | Method and Description |
---|---|
static boolean |
SPathFilter.nodeMatchesStep(Step s,
java.lang.String uri,
java.lang.String localName,
java.lang.String qName,
org.xml.sax.Attributes a) |
Constructor and Description |
---|
RelativePath(Step step,
RelativePath next)
Constructs a new RelativePath object, based on a Step and another
(possibly null) RelativePath.
|