org.exolab.castor.xml
public interface EventProducer
Deprecated: use @see org.castor.xml.SAX2EventProducer instead.
A interface which abstracts anything which can produce SAX events. This allows any EventProducer to be used with the UnmarshallerVersion: $Revision: 5951 $ $Date: 2006-02-22 08:35:51 -0700 (Wed, 22 Feb 2006) $
Method Summary | |
---|---|
void | setDocumentHandler(DocumentHandler handler)
Sets the DocumentHandler to send SAX events to
|
void | start()
Signals to start producing events.
|