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 [joe at eireneh dot com]
See Also:
for license details.
The copyright to this program is held by it's authors.

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

Copyright ? 2003-2006