| 程序包 | 说明 |
|---|---|
| org.jdom2.xpath | |
| org.jdom2.xpath.jaxen |
| 限定符和类型 | 方法和说明 |
|---|---|
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.
|
| 限定符和类型 | 方法和说明 |
|---|---|
XPathExpression<T> |
XPathBuilder.compileWith(XPathFactory factory)
Compile an XPathExpression using the details currently stored in the
XPathBuilder.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
JaxenXPathFactory
This simple Factory creates XPath instances tailored to the Jaxen library.
|