|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
See:
Description
Core | |
org.jaxen | This package defines the core Jaxen API to the XPath engine. |
org.jaxen.expr | Interfaces and default implementations for XPath expression components. |
org.jaxen.expr.iter | Axis iterator creation functors. |
org.jaxen.function | Standard XPath function library. |
org.jaxen.function.ext | Extension functions to the standard XPath function library. |
org.jaxen.pattern | Defines XSLT Pattern objects. |
org.jaxen.util | Utility objects for walking object models. |
Object-Model Adaptors | |
org.jaxen.dom | Navigation for W3C DOM trees. |
org.jaxen.dom4j | Navigation for dom4j trees. |
org.jaxen.exml | Navigation for EXML trees. |
org.jaxen.jdom | Navigation for JDOM trees. |
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 Electric XML.
An XPath
implementation is typically all that's required
to get started with Jaxen.
Object Model | Class |
dom4j |
org.jaxen.dom4j.Dom4jXPath
|
JDOM |
org.jaxen.jdom.JDOMXPath
|
W3C DOM |
org.jaxen.dom.DOMXPath
|
EXML |
org.jaxen.exml.ElectricXPath
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |