This package provides glue classes that enable Saxon to process a source document supplied as a DOM4J tree (see http://www.dom4j.org).
These classes are not part of the core saxon.jar product, but are released
as a separate saxon-dom4j.jar.
The package provides implementations of the Saxon DocumentInfo and NodeInfo
classes that act as wrappers to the relevant DOM4J classes
Michael H. Kay
Saxonica Limited
9 February 2007
| Class | Description |
|---|---|
| DocumentWrapper |
The root node of an XPath tree.
|
| DOM4JObjectModel |
This class is the DOM4J implementation of Saxon's ExternalObjectModel interface; it supports
the wrapping of DOM4J documents as instances of the Saxon NodeInfo interface.
|
| NodeWrapper |
A node in the XML parse tree representing an XML element, character content, or attribute.
|