org.jaxen.overview.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of org.apache.servicemix.bundles.jaxen
Show all versions of org.apache.servicemix.bundles.jaxen
This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.
The newest version!
Jaxen: Java XPath Engine
Jaxen is a fast Java engine for XPath 1.0
that works on all XML object models.
Jaxen currently works with the following XML models:
dom4j,
JDOM,
W3C DOM
and
XOM.
An XPath
implementation is typically all that's required
to get started with Jaxen.
Object Model
Class
dom4j
{@link org.jaxen.dom4j.Dom4jXPath org.jaxen.dom4j.Dom4jXPath}
JDOM
{@link org.jaxen.jdom.JDOMXPath org.jaxen.jdom.JDOMXPath}
W3C DOM
{@link org.jaxen.dom.DOMXPath org.jaxen.dom.DOMXPath}
XOM
{@link org.jaxen.xom.XOMXPath org.jaxen.xom.XOMXPath}