com.servingxml.components.recordmapping
Class RecordStreamXmlReader

java.lang.Object
  extended by com.servingxml.util.xml.AbstractXmlReader
      extended by com.servingxml.components.recordmapping.RecordStreamXmlReader
All Implemented Interfaces:
org.xml.sax.XMLReader

public class RecordStreamXmlReader
extends AbstractXmlReader

A RecordStreamXmlReader implements a RecordWriter interface for transforming flat file record values into SAX events.


Field Summary
 
Fields inherited from class com.servingxml.util.xml.AbstractXmlReader
contentHandler, EMPTY_ATTRIBUTES, NAMESPACE_PREFIXES_FEATURE, NAMESPACES_FEATURE
 
Constructor Summary
RecordStreamXmlReader(ServiceContext context, RecordPipeline recordPipeline, MapXml onRecordMapping)
           
 
Method Summary
 void parse(java.lang.String systemId)
           
 
Methods inherited from class com.servingxml.util.xml.AbstractXmlReader
generateQname, getContentHandler, getDTDHandler, getEntityResolver, getErrorHandler, getFeature, getProperty, parse, setContentHandler, setDTDHandler, setEntityResolver, setErrorHandler, setFeature, setProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecordStreamXmlReader

public RecordStreamXmlReader(ServiceContext context,
                             RecordPipeline recordPipeline,
                             MapXml onRecordMapping)
Method Detail

parse

public void parse(java.lang.String systemId)
           throws java.io.IOException,
                  org.xml.sax.SAXException
Specified by:
parse in interface org.xml.sax.XMLReader
Specified by:
parse in class AbstractXmlReader
Throws:
java.io.IOException
org.xml.sax.SAXException