| Name | Package | Description |
| CompiledExpression | org.apache.commons.jxpath | Represents a compiled XPath. |
| Compiler | org.apache.commons.jxpath.ri | The Compiler APIs are completely agnostic to the actual types of objects
produced and consumed by the APIs. |
| Container | org.apache.commons.jxpath | A Container is an object implementing an indirection
mechanism transparent to JXPath. |
| DynamicPropertyHandler | org.apache.commons.jxpath | A generic mechanism for accessing collections of name/value pairs. |
| ExpressionContext | org.apache.commons.jxpath | If an extenstion function has an argument of type ExpressionContext,
it can gain access to the current node of an XPath expression context. |
| Function | org.apache.commons.jxpath | Extension function interface. |
| Functions | org.apache.commons.jxpath | A group of Function objects sharing a common namespace or a set of
common namespaces. |
| IdentityManager | org.apache.commons.jxpath | A delegate of JXPathContext that implements the XPath "id()"
function. |
| JXPathBeanInfo | org.apache.commons.jxpath | JXPathBeanInfo is similar to java.beans.BeanInfo in that it describes
properties of a JavaBean class. |
| KeyManager | org.apache.commons.jxpath | A delegate of JXPathContext that implements the XPath "key()"
function. |
| NodeIterator | org.apache.commons.jxpath.ri.model | Definition for an iterator for all kinds of Nodes. |
| NodePointerFactory | org.apache.commons.jxpath.ri.model | Creates NodePointers for objects of a certain type. |
| NodeSet | org.apache.commons.jxpath | NodeSet interface can be used as the type of an argument of an extension
function. |
| Pointer | org.apache.commons.jxpath | Pointers represent locations of objects and their properties
in Java object graphs. |
| TypeConverter | org.apache.commons.jxpath.util | A type converter can be installed on TypeUtils to introduce
additional type conversions for JXPath. |
| Variables | org.apache.commons.jxpath | Variables provide access to a global set of values accessible via XPath. |
| XMLParser | org.apache.commons.jxpath.xml | Common interface for XML parsers. |
| XPathParserConstants | org.apache.commons.jxpath.ri.parser | No description provided. |