Uses of Class
org.jaxen.BaseXPath
-
Packages that use BaseXPath Package Description org.jaxen.dom Navigation for W3C DOM trees.org.jaxen.dom4j Navigation for dom4j trees.org.jaxen.javabean Navigation for JavaBeans.org.jaxen.jdom Navigation for JDOM trees.org.jaxen.xom Navigation for XOM trees. -
-
Uses of BaseXPath in org.jaxen.dom
Subclasses of BaseXPath in org.jaxen.dom Modifier and Type Class Description class
DOMXPath
An XPath implementation for the W3C DOM. -
Uses of BaseXPath in org.jaxen.dom4j
Subclasses of BaseXPath in org.jaxen.dom4j Modifier and Type Class Description class
Dom4jXPath
An XPath implementation for the dom4j model -
Uses of BaseXPath in org.jaxen.javabean
Subclasses of BaseXPath in org.jaxen.javabean Modifier and Type Class Description class
JavaBeanXPath
An XPath implementation for JavaBeans. -
Uses of BaseXPath in org.jaxen.jdom
Subclasses of BaseXPath in org.jaxen.jdom Modifier and Type Class Description class
JDOMXPath
An XPath implementation for the JDOM model -
Uses of BaseXPath in org.jaxen.xom
Subclasses of BaseXPath in org.jaxen.xom Modifier and Type Class Description class
XOMXPath
An XPath implementation for the XOM model
-