Uses of Interface
org.jaxen.XPath

Packages that use XPath
org.jaxen This package defines the core Jaxen API to the XPath engine. 
org.jaxen.dom Navigation for W3C DOM trees. 
org.jaxen.dom4j Navigation for dom4j trees. 
org.jaxen.exml Navigation for EXML trees. 
org.jaxen.jdom Navigation for JDOM trees. 
 

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(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(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 XPath
 class Dom4jXPath
          An XPath implementation for the dom4j model
 

Methods in org.jaxen.dom4j that return XPath
 XPath DocumentNavigator.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.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(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(String xpath)
          Returns a parsed form of the given xpath string, which will be suitable for queries on JDOM documents.
 



Copyright © 2002 bob mcwhirter & James Strachan. All Rights Reserved. Hosted by

SourceForge Logo