|
||||||||||
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
public class XPath
Bare minimum XPath parser.
Nested Class Summary | |
---|---|
static class |
XPath.Axis
Axis. |
static class |
XPath.LocationPath
A location path representation for an XPath expression. |
static class |
XPath.NodeTest
Node test. |
static class |
XPath.Step
A location path step comprised of an axis and node test. |
Constructor Summary | |
---|---|
XPath(java.lang.String xpath,
SymbolTable symbolTable,
NamespaceContext context)
Constructs an XPath object from the specified expression. |
Method Summary | |
---|---|
XPath.LocationPath |
getLocationPath()
Returns a representation of the first location path for this XPath. |
XPath.LocationPath[] |
getLocationPaths()
Returns a representation of all location paths for this XPath. |
static void |
main(java.lang.String[] argv)
Main program entry. |
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 |
Constructor Detail |
---|
public XPath(java.lang.String xpath, SymbolTable symbolTable, NamespaceContext context) throws XPathException
XPathException
Method Detail |
---|
public XPath.LocationPath[] getLocationPaths()
public XPath.LocationPath getLocationPath()
public java.lang.String toString()
toString
in class java.lang.Object
public static void main(java.lang.String[] argv) throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |