Uses of Interface
org.jaxen.XPath
Packages that use XPath
Package
Description
This package defines the core Jaxen API to the XPath engine.
Navigation for W3C DOM trees.
Navigation for dom4j trees.
Navigation for JavaBeans.
Navigation for JDOM trees.
-
Uses of XPath in org.jaxen
Modifier and TypeClassDescriptionclass
Base functionality for all concrete, implementation-specific XPaths.Modifier and TypeMethodDescriptionNavigator.parseXPath
(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 XPathMethods in org.jaxen.dom that return XPathModifier and TypeMethodDescriptionDocumentNavigator.parseXPath
(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 XPathMethods in org.jaxen.dom4j that return XPathModifier and TypeMethodDescriptionDocumentNavigator.parseXPath
(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 XPathMethods in org.jaxen.javabean that return XPath -
Uses of XPath in org.jaxen.jdom
Classes in org.jaxen.jdom that implement XPathMethods in org.jaxen.jdom that return XPathModifier and TypeMethodDescriptionDocumentNavigator.parseXPath
(String xpath) Returns a parsed form of the given XPath string, which will be suitable for queries on JDOM documents.