|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XPath | |
org.jaxen | |
org.jaxen.dom | |
org.jaxen.exml | |
org.jaxen.jdom |
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 model |
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.exml |
Classes in org.jaxen.exml that implement XPath | |
class |
ElectricXPath
An XPath implementation for the EXML model |
Methods in org.jaxen.exml 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 EXML documents. |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |