org.znerd.xmlenc.sax
Class SAXOutputter

java.lang.Object
  |
  +--org.znerd.xmlenc.sax.SAXEventReceiver
        |
        +--org.znerd.xmlenc.sax.SAXOutputter

Deprecated. Deprecated since xmlenc 0.31. Use SAXEventReceiver instead.

public class SAXOutputter
extends SAXEventReceiver

SAX handler that outputs XML.

Since:
xmlenc 0.29
Version:
$Revision: 1.4 $ $Date: 2003/04/28 10:47:58 $
Author:
Ernst de Haan (znerd@FreeBSD.org)

Constructor Summary
SAXOutputter(XMLOutputter xmlOutputter)
          Deprecated. Constructs a new SAXOutputter that uses the specified XMLOutputter.
 
Methods inherited from class org.znerd.xmlenc.sax.SAXEventReceiver
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SAXOutputter

public SAXOutputter(XMLOutputter xmlOutputter)
             throws IllegalArgumentException
Deprecated. 
Constructs a new SAXOutputter that uses the specified XMLOutputter.
Parameters:
xmlOutputter - the XMLOutputter that should be used, cannot be null.
Throws:
IllegalArgumentException - if xmlOutputter == null.


Copyright © Ernst de Haan
See http://xmlenc.sourceforge.net/.