com.servingxml.io.saxsource
Class JaxpSourceSaxSource

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

public class JaxpSourceSaxSource
extends AbstractSaxSource

Implements a simple SaxSource.


Constructor Summary
JaxpSourceSaxSource(javax.xml.transform.Source source, javax.xml.transform.TransformerFactory transformerFactory)
           
 
Method Summary
 org.xml.sax.XMLReader createXmlReader()
           
 Expirable getExpirable()
           
 Key getKey()
           
 java.lang.String getSystemId()
           
 java.io.InputStream openStream()
           
 
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

JaxpSourceSaxSource

public JaxpSourceSaxSource(javax.xml.transform.Source source,
                           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()

openStream

public java.io.InputStream openStream()