org.exolab.castor.xml
Interface EventProducer

All Known Implementing Classes:
AnyNode2SAX, DOMEventProducer

Deprecated. use @see org.castor.xml.SAX2EventProducer instead.

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: 5951 $ $Date: 2006-02-22 08:35:51 -0700 (Wed, 22 Feb 2006) $
Author:
Keith Visco

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

Method Detail

setDocumentHandler

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


start

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

Throws:
org.xml.sax.SAXException


Copyright © 2011. All Rights Reserved.