Package net.sf.saxon.option.jdom
This package provides glue classes that enable Saxon to process a source document supplied as a JDOM tree (see http://www.jdom.org).
The package provides implementations of the Saxon DocumentInfo and NodeInfo
classes that act as wrappers to the relevant JDOM classes
-
Class Summary Class Description JDOMDocumentWrapper The tree information for a tree acting as a wrapper for a JDOM Document.JDOMNodeWrapper A node in the XML parse tree representing an XML element, character content, or attribute.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