Package org.apache.commons.jxpath.ri

Reference implementation of JXPath.

See:
          Description

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.
Parser XPath parser
QName A qualified name: a combination of an optional namespace prefix and an local name.
 

Package org.apache.commons.jxpath.ri Description

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.



Copyright © 2001-2003 Apache Software Foundation. All Rights Reserved.