Package org.apache.commons.jxpath.ri
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.
- See Also:
-
ClassDescriptionThe Compiler APIs are completely agnostic to the actual types of objects produced and consumed by the APIs.An XPath evaluation context.Type conversions, XPath style.RI of CompiledExpression.Default implementation of JXPathContextFactory.The reference implementation of JXPathContext.Namespace resolver for
JXPathContextReferenceImpl
.XPath parser.A qualified name: a combination of an optional namespace prefix and an local name.