Public Member Functions

org.exolab.castor.xml.EventProducer Interface Reference

Inheritance diagram for org.exolab.castor.xml.EventProducer:
org.exolab.castor.xml.util.AnyNode2SAX org.exolab.castor.xml.util.DOMEventProducer

List of all members.

Public Member Functions

void setDocumentHandler (DocumentHandler handler)
void start () throws org.xml.sax.SAXException

Detailed Description

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

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

Member Function Documentation

void org.exolab.castor.xml.EventProducer.setDocumentHandler ( DocumentHandler  handler  ) 

Sets the DocumentHandler to send SAX events to

Implemented in org.exolab.castor.xml.util.AnyNode2SAX, and org.exolab.castor.xml.util.DOMEventProducer.

void org.exolab.castor.xml.EventProducer.start (  )  throws org.xml.sax.SAXException

Signals to start producing events.

Implemented in org.exolab.castor.xml.util.AnyNode2SAX, and org.exolab.castor.xml.util.DOMEventProducer.


The documentation for this interface was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties