Package org.apache.commons.jxpath.ri
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.
-
Interface Summary Interface Description Compiler The Compiler APIs are completely agnostic to the actual types of objects produced and consumed by the APIs. -
Class Summary Class Description EvalContext An XPath evaluation context.InfoSetUtil Type conversions, XPath style.JXPathCompiledExpression RI of CompiledExpression.JXPathContextFactoryReferenceImpl Default implementation of JXPathContextFactory.JXPathContextReferenceImpl The reference implementation of JXPathContext.NamespaceResolver Namespace resolver forJXPathContextReferenceImpl
.Parser XPath parserQName A qualified name: a combination of an optional namespace prefix and an local name.