| Package | Description |
|---|---|
| org.jdom2.xpath |
Support for XPath from within JDOM.
|
| org.jdom2.xpath.jaxen |
Support for the Jaxen XPath Library.
|
| Modifier and Type | Method | Description |
|---|---|---|
static XPath |
XPath.newInstance(java.lang.String path) |
Deprecated.
Creates a new XPath wrapper object, compiling the specified
XPath expression.
|
| Modifier and Type | Method | Description |
|---|---|---|
static void |
XPath.setXPathClass(java.lang.Class<? extends XPath> aClass) |
Deprecated.
Sets the concrete XPath subclass to use when allocating XPath
instances.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
JDOMXPath |
Deprecated.
replaced by compiled version.
|
Copyright ? 2019 Jason Hunter, Brett McLaughlin. All Rights Reserved.