| Package | Description |
|---|---|
| com.hp.hpl.sparta.xpath |
XPath parse trees over which Visitor objects can traverse to apply the
XPath expression to DOM nodes.
|
| Modifier and Type | Method and Description |
|---|---|
static XPath |
XPath.get(boolean isAbsolute,
Step[] steps)
Create an XPath from some steps.
|
static XPath |
XPath.get(String xpathString)
Return the xpath parse-tree object for this expression.
|
| Constructor and Description |
|---|
XPathException(XPath xpath,
String msg) |
Copyright © 2016. All Rights Reserved.