org.milyn.delivery.sax
Class SAXParser

java.lang.Object
  extended by org.milyn.delivery.AbstractParser
      extended by org.milyn.delivery.sax.SAXParser

public class SAXParser
extends AbstractParser

Smooks SAX data stream parser.

Author:
tom.fennelly@gmail.com

Constructor Summary
SAXParser(ExecutionContext execContext)
           
 
Method Summary
 void cleanup()
           
protected  void parse(Reader reader, Writer writer)
           
 
Methods inherited from class org.milyn.delivery.AbstractParser
createXMLReader, getExecContext, getSaxDriverConfig, getSAXParserConfiguration
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SAXParser

public SAXParser(ExecutionContext execContext)
Method Detail

parse

protected void parse(Reader reader,
                     Writer writer)
              throws SAXException,
                     IOException
Throws:
SAXException
IOException

cleanup

public void cleanup()


Copyright © 2008. All Rights Reserved.