|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.xerces.impl.xpath.XPath.LocationPath
public static class XPath.LocationPath
A location path representation for an XPath expression.
Field Summary | |
---|---|
XPath.Step[] |
steps
List of steps. |
Constructor Summary | |
---|---|
XPath.LocationPath(XPath.Step[] steps)
Creates a location path from a series of steps. |
Method Summary | |
---|---|
java.lang.Object |
clone()
Returns a clone of this object. |
java.lang.String |
toString()
Returns a string representation of this object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public final XPath.Step[] steps
Constructor Detail |
---|
public XPath.LocationPath(XPath.Step[] steps)
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.Object clone()
clone
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |