c937a4ccc9
The Apache Softare Foundation used to maintain an umbrella project named Jakarta but it was retired on 2011. This name now conflicts with the new name for Java EE under the Eclipse Foundation. Rename most of the packages to be more consistent. Some other packages remain but they will require intervention by their corresponding maintainers. Approved by: thierry (mentor), makc Differential Revision: https://reviews.freebsd.org/D21902
6 lines
303 B
Text
6 lines
303 B
Text
The org.apache.commons.jxpath package defines a simple interpreter of an
|
|
expression language called XPath. JXPath applies XPath expressions to
|
|
graphs of objects of all kinds: JavaBeans, Maps, Servlet contexts, DOM
|
|
etc, including mixtures thereof.
|
|
|
|
WWW: http://commons.apache.org/proper/commons-jxpath/
|