com.servingxml.io.saxsource
Class StreamSourceSaxSource

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

public class StreamSourceSaxSource
extends java.lang.Object
implements SaxSource


Constructor Summary
StreamSourceSaxSource(StreamSource streamSource)
           
 
Method Summary
 org.xml.sax.XMLReader createXmlReader()
           
 java.util.Properties getDefaultOutputProperties()
           
 Expirable getExpirable()
           
 Key getKey()
           
 java.lang.String getSystemId()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StreamSourceSaxSource

public StreamSourceSaxSource(StreamSource streamSource)
Method Detail

createXmlReader

public org.xml.sax.XMLReader createXmlReader()
Specified by:
createXmlReader in interface SaxSource

getSystemId

public java.lang.String getSystemId()
Specified by:
getSystemId in interface SaxSource

getKey

public Key getKey()
Specified by:
getKey in interface SaxSource

getExpirable

public Expirable getExpirable()
Specified by:
getExpirable in interface SaxSource

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getDefaultOutputProperties

public java.util.Properties getDefaultOutputProperties()
Specified by:
getDefaultOutputProperties in interface SaxSource