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: