org.kabeja.xml
Interface SAXSerializer

All Superinterfaces:
Configurable, org.xml.sax.ContentHandler
All Known Implementing Classes:
ConsoleSerializer, SAXPrettyOutputter

public interface SAXSerializer
extends org.xml.sax.ContentHandler, Configurable

This interface describes a Serializer, which will serialize the SAX-Events to the given stream.

Lifecycle

  1. setProperties
  2. getSuffix()
  3. getMimeType()
  4. setOutput()
  5. startDocument and all other methods from org.xml.sax.ContentHandler

Author:
Simon Mieth

Method Summary
 java.lang.String getMimeType()
           
 java.lang.String getSuffix()
           
 void setOutput(java.io.OutputStream out)
           
 
Methods inherited from interface org.xml.sax.ContentHandler
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping
 
Methods inherited from interface org.kabeja.processing.Configurable
getProperties, setProperties
 

Method Detail

getSuffix

java.lang.String getSuffix()

getMimeType

java.lang.String getMimeType()

setOutput

void setOutput(java.io.OutputStream out)