|
SienaXML (v.2.0.0) API documentation | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsiena.xml.xpath.XPath
public class XPath
This object represents a complete XPath statement made of multiple Steps.
Constructor Summary | |
---|---|
XPath(java.lang.String path)
This is the constructor. |
Method Summary | |
---|---|
int |
getNumberOfSteps()
|
Step |
getStepAt(int index)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public XPath(java.lang.String path)
path
- XPath in string format to use to build the XPath object.Method Detail |
---|
public Step getStepAt(int index)
public int getNumberOfSteps()
public java.lang.String toString()
toString
in class java.lang.Object
|
SienaXML (v.2.0.0) API documentation | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |