com.servingxml.io.saxsource
Class RecordSaxSource

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

public class RecordSaxSource
extends AbstractSaxSource

Factory for creating a XMLReader


Constructor Summary
RecordSaxSource(PrefixMap prefixMap, Record record, 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

RecordSaxSource

public RecordSaxSource(PrefixMap prefixMap,
                       Record record,
                       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()