org.jdom.output
Class SAXOutputter

java.lang.Object
  |
  +--org.jdom.output.SAXOutputter

public class SAXOutputter
extends java.lang.Object

Takes a JDOM tree and fires SAX events.

Version:
1.0
Author:
Brett McLaughlin, Jason Hunter

Constructor Summary
SAXOutputter()
           
 
Method Summary
 void output(Document document)
           This will output the Document, firing off SAX events.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SAXOutputter

public SAXOutputter()
Method Detail

output

public void output(Document document)

This will output the Document, firing off SAX events.

Parameters:
document - Document to output.


Copyright © 2000 Brett McLaughlin, Jason Hunter. All Rights Reserved.