de.bsvrz.sys.funclib.xmlSupport.saxPullAdapter
Class SaxPullAdapter

java.lang.Object
  extended by de.bsvrz.sys.funclib.xmlSupport.saxPullAdapter.SaxPullAdapter

public class SaxPullAdapter
extends Object

Implementierung eines SAX-basierten Pull-Adapters zum Parsen von XML-Dateien, der die Verwendung des SAX-XML-Parsers durch Umkehrung des Kontrollflusses vereinfacht.

Author:
Kappich Systemberatung

Constructor Summary
SaxPullAdapter(EntityResolver resolver)
           
 
Method Summary
 PullableEventStream start(File file, ErrorHandler errorHandler)
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SaxPullAdapter

public SaxPullAdapter(EntityResolver resolver)
               throws ParserConfigurationException,
                      SAXException
Throws:
ParserConfigurationException
SAXException
Method Detail

start

public PullableEventStream start(File file,
                                 ErrorHandler errorHandler)
                          throws SAXException,
                                 InterruptedException
Throws:
SAXException
InterruptedException

stop

public void stop()