org.exolab.adaptx.xml
Interface EventProducer
public interface EventProducer
A interface which abstracts anything which can produce SAX events.
This allows any EventProducer to be used with the Unmarshaller
$Revision: 3633 $ $Date: 2003-03-01 02:38:44 -0500 (Sat, 01 Mar 2003) $ void | setDocumentHandler(DocumentHandler handler) - Sets the DocumentHandler to send SAX events to
|
void | start() - Signals to start producing events.
|
setDocumentHandler
public void setDocumentHandler(DocumentHandler handler)
Sets the DocumentHandler to send SAX events to
start
public void start()
throws org.xml.sax.SAXException
Signals to start producing events.