|
|||||||||||
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.jxpath | |
AbstractFactory
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. |
|
NodeSet
NodeSet interface can be used as the type of an argument of an extension function. |
|
PackageFunctions
Extension functions provided by Java classes. |
|
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.functions | |
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. |
Classes in org.apache.commons.jxpath used by org.apache.commons.jxpath.ri | |
CompiledExpression
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.axes | |
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. |
|
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.compiler | |
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 | |
AbstractFactory
The JXPathContext.createPath() method of
JXPathContext can create missing objects as it traverses an XPath; it
utilizes an AbstractFactory for that purpose. |
|
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. |
|
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.beans | |
AbstractFactory
The JXPathContext.createPath() method of
JXPathContext can create missing objects as it traverses an XPath; it
utilizes an AbstractFactory for that purpose. |
|
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. |
|
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.container | |
Container
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.dom | |
AbstractFactory
The JXPathContext.createPath() method of
JXPathContext can create missing objects as it traverses an XPath; it
utilizes an AbstractFactory for that purpose. |
|
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.dynabeans | |
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.dynamic | |
AbstractFactory
The JXPathContext.createPath() method of
JXPathContext can create missing objects as it traverses an XPath; it
utilizes an AbstractFactory for that purpose. |
|
DynamicPropertyHandler
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.jdom | |
AbstractFactory
The JXPathContext.createPath() method of
JXPathContext can create missing objects as it traverses an XPath; it
utilizes an AbstractFactory for that purpose. |
|
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.servlet | |
DynamicPropertyHandler
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. |
|
JXPathContextFactory
Defines a factory API that enables applications to obtain a JXPathContext instance. |
|
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.util | |
DynamicPropertyHandler
A generic mechanism for accessing collections of name/value pairs. |
|
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.xml | |
Container
A Container is an object implementing an indirection mechanism transparent to JXPath. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |