Outputs a JDOM document as a stream of SAX2 events.
Most ContentHandler callbacks are supported. Both ignorableWhitespace() and skippedEntity() have not been implemented. The {@link JDOMLocator} class returned by {@link #getLocator} exposes the current node being operated upon.
At this time, it is not possible to access notations and unparsed entity references in a DTD from JDOM. Therefore, DTDHandler callbacks have not been implemented yet.
The ErrorHandler callbacks have not been implemented, since these are supposed to be invoked when the document is parsed and at this point the document exists in memory and is known to have no errors.
@version $Revision: 1.40 $, $Date: 2007/11/10 05:29:01 $
@author Brett McLaughlin
@author Jason Hunter
@author Fred Trimble
@author Bradley S. Huffman