|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.taglibs.standard.extra.spath.Step
public class Step
Represents a 'step' in an SPath expression.
| Constructor Summary | |
|---|---|
Step(boolean depthUnlimited,
String name,
List predicates)
Constructs a new Step object, given a name and a (possibly null) list of predicates. |
|
| Method Summary | |
|---|---|
String |
getName()
Returns the Step's node name. |
List |
getPredicates()
Returns a list of this Step object's predicates. |
boolean |
isDepthUnlimited()
Returns true if the Step's depth is unlimited, false otherwise. |
boolean |
isMatchingName(String uri,
String localPart)
Returns true if the given name matches the Step object's name, taking into account the Step object's wildcards; returns false otherwise. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Step(boolean depthUnlimited,
String name,
List predicates)
| Method Detail |
|---|
public boolean isMatchingName(String uri,
String localPart)
public boolean isDepthUnlimited()
public String getName()
public List getPredicates()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||