org.jdom.xpath |
Support for XPath from within JDOM. XPath provides a common interface with a
pluggable back-end. The default back end is Jaxen.
|
Java Source File Name | Type | Comment |
JaxenXPath.java | Class | A non-public concrete XPath implementation for Jaxen. |
XPath.java | Class | A utility class for performing XPath calls on JDOM nodes, with a factory
interface for obtaining a first XPath instance. |