org.exolab.castor.xml
Interface EventProducer

All Known Implementing Classes:
AnyNode2SAX, DOMEventProducer

public interface EventProducer

A interface which abstracts anything which can produce SAX events. This allows any EventProducer to be used with the Unmarshaller

Version:
$Revision: 1.1.1.1 $ $Date: 2003/03/03 07:09:09 $
Author:
Keith Visco

Method Summary
 void setDocumentHandler(org.xml.sax.DocumentHandler handler)
          Sets the DocumentHandler to send SAX events to
 void start()
          Signals to start producing events.
 

Method Detail

setDocumentHandler

void setDocumentHandler(org.xml.sax.DocumentHandler handler)
Sets the DocumentHandler to send SAX events to


start

void start()
           throws org.xml.sax.SAXException
Signals to start producing events.

Throws:
org.xml.sax.SAXException


Intalio Inc. (C) 1999-2004. All rights reserved http://www.intalio.com