org.kabeja.xml
Class ConsoleSerializer

java.lang.Object
  extended by org.kabeja.processing.AbstractConfigurable
      extended by org.kabeja.xml.AbstractSAXSerializer
          extended by org.kabeja.xml.SAXPrettyOutputter
              extended by org.kabeja.xml.ConsoleSerializer
All Implemented Interfaces:
Configurable, SAXSerializer, org.xml.sax.ContentHandler

public class ConsoleSerializer
extends SAXPrettyOutputter

Author:
simon

Field Summary
 
Fields inherited from class org.kabeja.xml.SAXPrettyOutputter
DEFAULT_ENCODING, gzip, MIMETYPE, PROPERTY_ENCODING, PROPERTY_GZIP, rootxmlns, SUFFIX, SUFFIX_GZIP
 
Fields inherited from class org.kabeja.processing.AbstractConfigurable
properties
 
Constructor Summary
ConsoleSerializer()
           
 
Method Summary
 void setOutput(java.io.OutputStream out)
           
 
Methods inherited from class org.kabeja.xml.SAXPrettyOutputter
characters, encodeXML, endDocument, endElement, endPrefixMapping, getMimeType, getSuffix, ignorableWhitespace, processingInstruction, queryXMLNS, setDocumentLocator, setDTD, setProperties, skippedEntity, startDocument, startElement, startPrefixMapping
 
Methods inherited from class org.kabeja.processing.AbstractConfigurable
getProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.kabeja.processing.Configurable
getProperties
 

Constructor Detail

ConsoleSerializer

public ConsoleSerializer()
Method Detail

setOutput

public void setOutput(java.io.OutputStream out)
Specified by:
setOutput in interface SAXSerializer
Overrides:
setOutput in class SAXPrettyOutputter