| Name | Description | Type | Package | Framework |
| AncestorContext | EvalContext that walks the ancestor:: and ancestor-or-self:: axes. | Class | org.apache.commons.jxpath.ri.axes | Apache Commons |
| AttributeContext | EvalContext that walks the attribute:: axis. | Class | org.apache.commons.jxpath.ri.axes | Apache Commons |
| ChildContext | EvalContext that can walk the child::, following-sibling:: and preceding-sibling:: axes. | Class | org.apache.commons.jxpath.ri.axes | Apache Commons |
| DescendantContext | An EvalContext that walks the descendant:: and descendant-or-self::Version:$Revision: 670727 $ $Date: 2008-06-23 22:10:38 +0200 (Mo, 23 Jun 2008) $Author:Dmitri Plotnikov | Class | org.apache.commons.jxpath.ri.axes | Apache Commons |
| InitialContext | A single-set EvalContext that provides access to the current node of the parent context and nothing else. | Class | org.apache.commons.jxpath.ri.axes | Apache Commons |
| NamespaceContext | EvalContext that walks the namespace:: axis. | Class | org.apache.commons.jxpath.ri.axes | Apache Commons |
| NodeSetContext | A simple context that is based on a NodeSet. | Class | org.apache.commons.jxpath.ri.axes | Apache Commons |
| ParentContext | EvalContext that walks the parent:: axis. | Class | org.apache.commons.jxpath.ri.axes | Apache Commons |
| PrecedingOrFollowingContext | EvalContext that walks the preceding:: and following:: axes. | Class | org.apache.commons.jxpath.ri.axes | Apache Commons |
| PredicateContext | EvalContext that checks predicates. | Class | org.apache.commons.jxpath.ri.axes | Apache Commons |
| RootContext | EvalContext that is used to hold the root node for the path traversal. | Class | org.apache.commons.jxpath.ri.axes | Apache Commons |
| SelfContext | EvalContext that returns the current node from the parent context if theVersion:$Revision: 1523199 $ $Date: 2013-09-14 11:45:47 +0200 (Sa, 14 Sep 2013) $Author:Dmitri Plotnikov | Class | org.apache.commons.jxpath.ri.axes | Apache Commons |
| SimplePathInterpreter | An evaluation mechanism for simple XPaths, which is much faster than the usual process. | Class | org.apache.commons.jxpath.ri.axes | Apache Commons |
| UnionContext | EvalContext that represents a union between other contexts - result of a union operation like (a b) | Class | org.apache.commons.jxpath.ri.axes | Apache Commons |