Package org.apache.commons.jxpath.ri

Reference implementation of JXPath.

Interface Summary

Compiler The Compiler APIs are completely agnostic to the actual types of objects produced and consumed by the APIs.

Class Summary

EvalContext An XPath evaluation context.
InfoSetUtil Type conversions, XPath style.
JXPathCompiledExpression
JXPathContextFactoryReferenceImpl Default implementation of JXPathContextFactory.
JXPathContextReferenceImpl The reference implementation of JXPathContext.
NamespaceResolver The reference implementation of JXPathContext.
Parser XPath parser
QName A qualified name: a combination of an optional namespace prefix and an local name.
Reference implementation of JXPath. It comes with a JavaCC-based parser for XPath expressions, a parse tree and a fast interpreter, which applies XPaths to graphs of Java objects.