com.servingxml.io.saxsink
Class SimpleSaxSink

java.lang.Object
  extended by com.servingxml.io.saxsink.SimpleSaxSink
All Implemented Interfaces:
SaxSink

public class SimpleSaxSink
extends java.lang.Object
implements SaxSink


Field Summary
 
Fields inherited from interface com.servingxml.io.saxsink.SaxSink
NULL
 
Constructor Summary
SimpleSaxSink(org.xml.sax.ContentHandler 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

SimpleSaxSink

public SimpleSaxSink(org.xml.sax.ContentHandler handler)
Method Detail

getContentHandler

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

setOutputProperties

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

close

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