|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XPath | |
---|---|
org.jaxen | This package defines the core Jaxen API to the XPath engine. |
org.jaxen.dom | Navigation for W3C DOM trees. |
org.jaxen.dom4j | Navigation for dom4j trees. |
org.jaxen.javabean | Navigation for JavaBeans. |
org.jaxen.jdom | Navigation for JDOM trees. |
org.jaxen.xom |
Uses of XPath in org.jaxen |
---|
Classes in org.jaxen that implement XPath | |
---|---|
class |
BaseXPath
Base functionality for all concrete, implementation-specific XPaths. |
Methods in org.jaxen that return XPath | |
---|---|
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. |
Uses of XPath in org.jaxen.dom |
---|
Classes in org.jaxen.dom that implement XPath | |
---|---|
class |
DOMXPath
An XPath implementation for the W3C DOM. |
Methods in org.jaxen.dom that return XPath | |
---|---|
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. |
Uses of XPath in org.jaxen.dom4j |
---|
Classes in org.jaxen.dom4j that implement XPath | |
---|---|
class |
Dom4jXPath
An XPath implementation for the dom4j model |
Methods in org.jaxen.dom4j that return XPath | |
---|---|
XPath |
DocumentNavigator.parseXPath(java.lang.String xpath)
Returns a parsed form of the given XPath string, which will be suitable for queries on DOM4J documents. |
Uses of XPath in org.jaxen.javabean |
---|
Classes in org.jaxen.javabean that implement XPath | |
---|---|
class |
JavaBeanXPath
An XPath implementation for JavaBeans. |
Methods in org.jaxen.javabean that return XPath | |
---|---|
XPath |
DocumentNavigator.parseXPath(java.lang.String xpath)
|
Uses of XPath in org.jaxen.jdom |
---|
Classes in org.jaxen.jdom that implement XPath | |
---|---|
class |
JDOMXPath
An XPath implementation for the JDOM model |
Methods in org.jaxen.jdom that return XPath | |
---|---|
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. |
Uses of XPath in org.jaxen.xom |
---|
Classes in org.jaxen.xom that implement XPath | |
---|---|
class |
XOMXPath
An XPath implementation for the XOM model |
Methods in org.jaxen.xom that return XPath | |
---|---|
XPath |
DocumentNavigator.parseXPath(java.lang.String s)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |