com.servingxml.io.saxsource
Class DefaultSaxSource

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

public class DefaultSaxSource
extends java.lang.Object
implements SaxSource


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

Constructor Detail

DefaultSaxSource

public DefaultSaxSource()
Method Detail

createXmlReader

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

getKey

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

getExpirable

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

getSystemId

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

getDefaultOutputProperties

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