Uses of Interface org.jaxen.XPath

Uses in package org.jaxen.javabean

Classes implementing org.jaxen.XPath

class
An XPath implementation for JavaBeans.

Methods with return type org.jaxen.XPath

XPath

Uses in package org.jaxen.dom4j

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
Returns a parsed form of the given XPath string, which will be suitable for queries on DOM4J documents.

Uses in package org.jaxen

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.

Uses in package org.jaxen.xom

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

Uses in package org.jaxen.jdom

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
Returns a parsed form of the given XPath string, which will be suitable for queries on JDOM documents.

Uses in package org.jaxen.dom

Classes implementing org.jaxen.XPath

class
An XPath implementation for the W3C DOM.

Methods with return type org.jaxen.XPath

XPath
Returns a parsed form of the given XPath string, which will be suitable for queries on DOM documents.