Library
Apache Jakarta Commons JXPath version 1.2
The org.apache.commons.jxpath package defines a simple interpreter of an expression language called XPath. JXPath applies XPath expressions to graphs of objects of all kinds: JavaBeans, Maps, Servlet contexts, DOM etc, including mixtures thereof.
Statistics
Packages
Comments
Books
Packages
NameDescription
org.apache.commons.jxpathPublic, abstract part of JXPath: interfaces and configuration.
org.apache.commons.jxpath.functionsImplementations of Java class-based extension functions.
org.apache.commons.jxpath.riReference implementation of JXPath.
org.apache.commons.jxpath.ri.axesImplementations of EvalContext used for different XPath axes (child::, parent:: etc).
org.apache.commons.jxpath.ri.compilerXPath parse tree.
org.apache.commons.jxpath.ri.modelThe "model" package defines APIs that are implemented for every object model to be supported by JXPath.
org.apache.commons.jxpath.ri.model.beansImplementation of "model" APIs for JavaBeans, Dynamic Property Objects, collections and null.
org.apache.commons.jxpath.ri.model.containerImplementation of "model" APIs for Containers.
org.apache.commons.jxpath.ri.model.domImplementation of "model" APIs for W3C DOM.
org.apache.commons.jxpath.ri.model.dynabeansNo description provided.
org.apache.commons.jxpath.ri.model.dynamicNo description provided.
org.apache.commons.jxpath.ri.model.jdomImplementation of "model" APIs for JDOM (see jdom.org).
org.apache.commons.jxpath.ri.parserJavaCC XPath grammar.
org.apache.commons.jxpath.servletImplementations of JPathContexts bound to various servlet scopes: PageContext, ServletRequest, HttpSession and ServletContext.
org.apache.commons.jxpath.utilNo description provided.
org.apache.commons.jxpath.xmlNo description provided.
Search