This class provides generic functionalty for further-defined implementation-specific XPaths.
If you want to adapt the Jaxen engine so that it can traverse your own object model then this is a good base class to derive from. Typically you only really need to provide your own {@link org.jaxen.Navigator} implementation.
@see org.jaxen.dom4j.Dom4jXPath XPath for dom4j @see org.jaxen.jdom.JDOMXPath XPath for JDOM @see org.jaxen.dom.DOMXPath XPath for W3C DOM @see org.jaxen.exml.ElectricXPath XPath for Electric XML @author bob mcwhirter @author James Strachan
|
|