com.servingxml.components.saxsource
Class SaxEventBufferSource

java.lang.Object
  extended by com.servingxml.io.saxsource.AbstractSaxSource
      extended by com.servingxml.components.saxsource.SaxEventBufferSource
All Implemented Interfaces:
SaxSource

public class SaxEventBufferSource
extends AbstractSaxSource

Factory for creating a XMLReader.


Constructor Summary
SaxEventBufferSource(SaxEventBuffer buffer, java.lang.String systemId, javax.xml.transform.TransformerFactory transformerFactory)
           
 
Method Summary
 org.xml.sax.XMLReader createXmlReader()
           
 Expirable getExpirable()
           
 Key getKey()
           
 java.lang.String getSystemId()
           
 
Methods inherited from class com.servingxml.io.saxsource.AbstractSaxSource
getDefaultOutputProperties, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SaxEventBufferSource

public SaxEventBufferSource(SaxEventBuffer buffer,
                            java.lang.String systemId,
                            javax.xml.transform.TransformerFactory transformerFactory)
Method Detail

createXmlReader

public org.xml.sax.XMLReader createXmlReader()

getKey

public Key getKey()

getExpirable

public Expirable getExpirable()

getSystemId

public java.lang.String getSystemId()