|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.apache.commons.jxpath | |
org.apache.commons.jxpath | Public, abstract part of JXPath: interfaces and configuration. |
org.apache.commons.jxpath.functions | Implementations of Java class-based extension functions. |
org.apache.commons.jxpath.ri | Reference implementation of JXPath. |
org.apache.commons.jxpath.ri.axes | Implementations of EvalContext used for different XPath axes (child::, parent:: etc). |
org.apache.commons.jxpath.ri.compiler | XPath parse tree. |
org.apache.commons.jxpath.ri.model | The "model" package defines APIs that are implemented for every object model to be supported by JXPath. |
org.apache.commons.jxpath.ri.model.beans | Implementation of "model" APIs for JavaBeans, Dynamic Property Objects, collections and null. |
org.apache.commons.jxpath.ri.model.container | Implementation of "model" APIs for Containers. |
org.apache.commons.jxpath.ri.model.dom | Implementation of "model" APIs for W3C DOM. |
org.apache.commons.jxpath.ri.model.dynabeans | |
org.apache.commons.jxpath.ri.model.dynamic | |
org.apache.commons.jxpath.ri.model.jdom | Implementation of "model" APIs for JDOM (see jdom.org). |
org.apache.commons.jxpath.servlet | Implementations of JPathContexts bound to various servlet scopes: PageContext, ServletRequest, HttpSession and ServletContext. |
org.apache.commons.jxpath.util | |
org.apache.commons.jxpath.xml |
Classes in org.apache.commons.jxpath used by org.apache.commons.jxpathAbstractFactory
|
The JXPathContext.createPath() method of
JXPathContext can create missing objects as it traverses an XPath; it
utilizes an AbstractFactory for that purpose.CompiledExpression
|
Represents a compiled XPath. Container
|
A Container is an object implementing an indirection mechanism transparent to JXPath. DynamicPropertyHandler
|
A generic mechanism for accessing collections of name/value pairs. ExpressionContext
|
If an extenstion function has an argument of type ExpressionContext, it can gain access to the current node of an XPath expression context. Function
|
Extension function interface. Functions
|
A group of Function objects sharing a common namespace or a set of common namespaces. IdentityManager
|
A delegate of JXPathContext that implements the XPath "id()"
function.JXPathBeanInfo
|
JXPathBeanInfo is similar to java.beans.BeanInfo in that it describes properties of a JavaBean class. JXPathContext
|
JXPathContext provides APIs for the traversal of graphs of JavaBeans using the XPath syntax. JXPathContextFactory
|
Defines a factory API that enables applications to obtain a JXPathContext instance. JXPathContextFactoryConfigurationError
|
Thrown when a problem with configuration with the JXPathContextFactories exists. KeyManager
|
A delegate of JXPathContext that implements the XPath "key()"
function.Pointer
|
Pointers represent locations of objects and their properties in Java object graphs. Variables
|
Variables provide access to a global set of values accessible via XPath. |
Classes in org.apache.commons.jxpath used by org.apache.commons.jxpath.functionsExpressionContext
|
If an extenstion function has an argument of type ExpressionContext, it can gain access to the current node of an XPath expression context. Function
|
Extension function interface. |
Classes in org.apache.commons.jxpath used by org.apache.commons.jxpath.riCompiledExpression
|
Represents a compiled XPath. ExpressionContext
|
If an extenstion function has an argument of type ExpressionContext, it can gain access to the current node of an XPath expression context. Function
|
Extension function interface. JXPathContext
|
JXPathContext provides APIs for the traversal of graphs of JavaBeans using the XPath syntax. JXPathContextFactory
|
Defines a factory API that enables applications to obtain a JXPathContext instance. JXPathContextFactoryConfigurationError
|
Thrown when a problem with configuration with the JXPathContextFactories exists. NodeSet
|
NodeSet interface can be used as the type of an argument of an extension function. Pointer
|
Pointers represent locations of objects and their properties in Java object graphs. |
Classes in org.apache.commons.jxpath used by org.apache.commons.jxpath.ri.axesExpressionContext
|
If an extenstion function has an argument of type ExpressionContext, it can gain access to the current node of an XPath expression context. Function
|
Extension function interface. JXPathContext
|
JXPathContext provides APIs for the traversal of graphs of JavaBeans using the XPath syntax. Pointer
|
Pointers represent locations of objects and their properties in Java object graphs. |
Classes in org.apache.commons.jxpath used by org.apache.commons.jxpath.ri.compilerPointer
|
Pointers represent locations of objects and their properties in Java object graphs. |
Classes in org.apache.commons.jxpath used by org.apache.commons.jxpath.ri.modelJXPathContext
|
JXPathContext provides APIs for the traversal of graphs of JavaBeans using the XPath syntax. Pointer
|
Pointers represent locations of objects and their properties in Java object graphs. Variables
|
Variables provide access to a global set of values accessible via XPath. |
Classes in org.apache.commons.jxpath used by org.apache.commons.jxpath.ri.model.beansJXPathBeanInfo
|
JXPathBeanInfo is similar to java.beans.BeanInfo in that it describes properties of a JavaBean class. JXPathContext
|
JXPathContext provides APIs for the traversal of graphs of JavaBeans using the XPath syntax. Pointer
|
Pointers represent locations of objects and their properties in Java object graphs. |
Classes in org.apache.commons.jxpath used by org.apache.commons.jxpath.ri.model.containerContainer
|
A Container is an object implementing an indirection mechanism transparent to JXPath. Pointer
|
Pointers represent locations of objects and their properties in Java object graphs. |
Classes in org.apache.commons.jxpath used by org.apache.commons.jxpath.ri.model.domJXPathContext
|
JXPathContext provides APIs for the traversal of graphs of JavaBeans using the XPath syntax. Pointer
|
Pointers represent locations of objects and their properties in Java object graphs. |
Classes in org.apache.commons.jxpath used by org.apache.commons.jxpath.ri.model.dynabeansPointer
|
Pointers represent locations of objects and their properties in Java object graphs. |
Classes in org.apache.commons.jxpath used by org.apache.commons.jxpath.ri.model.dynamicDynamicPropertyHandler
|
A generic mechanism for accessing collections of name/value pairs. JXPathContext
|
JXPathContext provides APIs for the traversal of graphs of JavaBeans using the XPath syntax. Pointer
|
Pointers represent locations of objects and their properties in Java object graphs. |
Classes in org.apache.commons.jxpath used by org.apache.commons.jxpath.ri.model.jdomJXPathContext
|
JXPathContext provides APIs for the traversal of graphs of JavaBeans using the XPath syntax. Pointer
|
Pointers represent locations of objects and their properties in Java object graphs. |
Classes in org.apache.commons.jxpath used by org.apache.commons.jxpath.servletDynamicPropertyHandler
|
A generic mechanism for accessing collections of name/value pairs. JXPathContext
|
JXPathContext provides APIs for the traversal of graphs of JavaBeans using the XPath syntax. Variables
|
Variables provide access to a global set of values accessible via XPath. |
Classes in org.apache.commons.jxpath used by org.apache.commons.jxpath.utilDynamicPropertyHandler
|
A generic mechanism for accessing collections of name/value pairs. |
Classes in org.apache.commons.jxpath used by org.apache.commons.jxpath.xmlContainer
|
A Container is an object implementing an indirection mechanism transparent to JXPath. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |