This package provides glue classes that enable Saxon to process a source document supplied as a JDOM tree (see http://www.jdom.org).
See: Description
Class Summary | |
---|---|
DocumentWrapper | The root node of an XPath tree. |
JDOMObjectModel | This interface must be implemented by any third-party object model that can be wrapped with a wrapper that implements the Saxon Object Model (the NodeInfo interface). |
JDOMQuery | Variant of command line net.sf.saxon.Transform do build the source document in JDOM and then proceed with the transformation. |
JDOMTransform | Variant of command line net.sf.saxon.Transform do build the source document in JDOM and then proceed with the transformation. |
JDOMWriter | JDOMWriter is a Receiver that constructs a JDOM document from the stream of events |
NodeWrapper |
A node in the XML parse tree representing an XML element, character content, or attribute. This is the implementation of the NodeInfo interface used as a wrapper for JDOM nodes. |
This package provides glue classes that enable Saxon to process a source document supplied as a JDOM tree (see http://www.jdom.org).
These classes are not part of the core saxon.jar
product, but are released
as a separate saxon-jdom.jar
.
The package provides implementations of the Saxon DocumentInfo
and NodeInfo
classes that act as wrappers to the relevant JDOM classes
Michael H. Kay
Saxonica Limited
9 February 2005