|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectedu.uky.rch.ept.data.filesystem.cxpath.LocationStep
A concurrent XPath location step. Consists of an axis, a node test, and a predicate.
| Constructor Summary | |
LocationStep(Axis axis,
String nodeTest,
String[] predicates)
Create a new location step with the given axis, node test, and predicate. |
|
| Method Summary | |
String |
asCXPath()
Get the concurrent XPath representaton of this location step. |
Axis |
getAxis()
Get the axis for this location step. |
String |
getNodeTest()
Get the node test for this location step. |
List |
getPredicates()
Get the predicates for this location step. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public LocationStep(Axis axis,
String nodeTest,
String[] predicates)
axis - the axis.nodeTest - the node test, as a string.predicates - the predicates as strings.| Method Detail |
public Axis getAxis()
public String getNodeTest()
public List getPredicates()
public String asCXPath()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||