com.servingxml.components.serializer
Class BatchedSerializer

java.lang.Object
  extended by com.servingxml.components.serializer.BatchedSerializer
All Implemented Interfaces:
SaxSink

public class BatchedSerializer
extends java.lang.Object
implements SaxSink

Writes the transformed XML directly to an output stream with no additional formatting.


Field Summary
 
Fields inherited from interface com.servingxml.io.saxsink.SaxSink
NULL
 
Constructor Summary
BatchedSerializer(BatchedContentHandler handler)
           
 
Method Summary
 void close()
           
 org.xml.sax.ContentHandler getContentHandler()
           
 void setOutputProperties(java.util.Properties outputProperties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchedSerializer

public BatchedSerializer(BatchedContentHandler handler)
Method Detail

getContentHandler

public org.xml.sax.ContentHandler getContentHandler()
Specified by:
getContentHandler in interface SaxSink

close

public void close()
Specified by:
close in interface SaxSink

setOutputProperties

public void setOutputProperties(java.util.Properties outputProperties)
Specified by:
setOutputProperties in interface SaxSink