org.crosswire.common.xml
Interface SAXEventProvider

All Known Implementing Classes:
JDOMSAXEventProvider, StringSAXEventProvider, TransformingSAXEventProvider

public interface SAXEventProvider

A simple way of giving someone a place from which to get SAX events.

Author:
Joe Walker
See Also:
The GNU Lesser General Public License for details.

Method Summary
 void provideSAXEvents(ContentHandler handler)
          When SAX events are required the user of this interface can call this method.
 

Method Detail

provideSAXEvents

void provideSAXEvents(ContentHandler handler)
                      throws SAXException
When SAX events are required the user of this interface can call this method.

Parameters:
handler - The place to send SAX events.
Throws:
SAXException - when a SAX encounters a problem

Copyright ยจ 2003-2015