Frames | No Frames |
Classes implementing org.jaxen.XPath | |
class | An XPath implementation for the JDOM model
This is the main entry point for matching an XPath against a DOM
tree. |
Methods with return type org.jaxen.XPath | |
XPath | DocumentNavigator.parseXPath(String xpath) Returns a parsed form of the given XPath string, which will be suitable
for queries on JDOM documents. |
Classes implementing org.jaxen.XPath | |
class | An XPath implementation for the dom4j model
This is the main entry point for matching an XPath against a DOM
tree. |
Methods with return type org.jaxen.XPath | |
XPath | DocumentNavigator.parseXPath(String xpath) Returns a parsed form of the given XPath string, which will be suitable
for queries on DOM4J documents. |
Classes implementing org.jaxen.XPath | |
class | An XPath implementation for the XOM model
This is the main entry point for matching an XPath against a DOM
tree. |
Methods with return type org.jaxen.XPath | |
XPath | DocumentNavigator.parseXPath(String s) |
Classes implementing org.jaxen.XPath | |
class | An XPath implementation for the W3C DOM. |
Methods with return type org.jaxen.XPath | |
XPath | DocumentNavigator.parseXPath(String xpath) Returns a parsed form of the given XPath string, which will be suitable
for queries on DOM documents. |
Classes implementing org.jaxen.XPath | |
class | An XPath implementation for JavaBeans. |
Methods with return type org.jaxen.XPath | |
XPath | DocumentNavigator.parseXPath(String xpath) |
Classes implementing org.jaxen.XPath | |
class | Base functionality for all concrete, implementation-specific XPaths. |
Methods with return type org.jaxen.XPath | |
XPath | Navigator.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. |