blob: 9c89e9fb69b5c82940e5aed6f53ec5ede294c028 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
The Jaxen project is a Java XPath Engine. jaxen is a universal object model
walker, capable of evaluating XPath expressions across multiple models.
Currently supported are dom4j and JDOM .
Jaxen provides a single point for XPath expression evaluation, regardless of
the target object model, whether its dom4j, JDOM, DOM, JavaBeans, or whatnot.
WWW: http://jaxen.org
- Herve Quiroz
herve.quiroz@esil.univ-mrs.fr
|