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 and Description |
---|---|
static XPathFactory |
XPathFactory.instance()
Obtain an instance of an XPathFactory using the default mechanisms to
determine what XPathFactory implementation to use.
|
static XPathFactory |
XPathFactory.newInstance(java.lang.String factoryclass)
Create a new instance of an explicit XPathFactory.
|
Modifier and Type | Method and Description |
---|---|
XPathExpression<T> |
XPathBuilder.compileWith(XPathFactory factory)
Compile an XPathExpression using the details currently stored in the
XPathBuilder.
|
Modifier and Type | Class and Description |
---|---|
class |
JaxenXPathFactory
This simple Factory creates XPath instances tailored to the Jaxen library.
|
Copyright © 2021 Jason Hunter, Brett McLaughlin. All Rights Reserved.