Package net.sf.saxon.option.jdom
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
-
ClassesClassDescriptionThe tree information for a tree acting as a wrapper for a JDOM Document.A node in the XML parse tree representing an XML element, character content, or attribute.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).Variant of command line net.sf.saxon.Transform do build the source document in JDOM and then proceed with the transformation.Variant of command line net.sf.saxon.Transform do build the source document in JDOM and then proceed with the transformation.JDOMWriter is a Receiver that constructs a JDOM document from the stream of events