Package | Description |
---|---|
org.jaxen |
This package defines the core Jaxen API to the XPath engine.
|
org.jaxen.dom |
Navigation for W3C DOM trees.
|
org.jaxen.javabean |
Navigation for JavaBeans.
|
org.jaxen.jdom |
Navigation for JDOM trees.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseXPath
Base functionality for all concrete, implementation-specific XPaths.
|
Modifier and Type | Method and Description |
---|---|
XPath |
Navigator.parseXPath(java.lang.String xpath)
Returns a parsed form of the given XPath string, which will be suitable
for queries on documents that use the same navigator as this one.
|
Modifier and Type | Class and Description |
---|---|
class |
DOMXPath
An XPath implementation for the W3C DOM.
|
Modifier and Type | Method and Description |
---|---|
XPath |
DocumentNavigator.parseXPath(java.lang.String xpath)
Returns a parsed form of the given XPath string, which will be suitable
for queries on DOM documents.
|
Modifier and Type | Class and Description |
---|---|
class |
JavaBeanXPath
An XPath implementation for JavaBeans.
|
Modifier and Type | Method and Description |
---|---|
XPath |
DocumentNavigator.parseXPath(java.lang.String xpath) |
Modifier and Type | Class and Description |
---|---|
class |
JDOMXPath
An XPath implementation for the JDOM model
|
Modifier and Type | Method and Description |
---|---|
XPath |
DocumentNavigator.parseXPath(java.lang.String xpath)
Returns a parsed form of the given XPath string, which will be suitable
for queries on JDOM documents.
|