org.exolab.castor.xml
Interface SAX2EventProducer


public interface SAX2EventProducer

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

Since:
1.0M3
Version:
$Revision: 1.1 $ $Date: 2006/02/22 16:05:40 $
Author:
Werner Guttmann

Method Summary
 void setContentHandler(org.xml.sax.ContentHandler contentHandler)
          Sets the SAX2 ContentHandler to send SAX 2 events to
 void start()
          Signals to start producing events.
 

Method Detail

setContentHandler

public void setContentHandler(org.xml.sax.ContentHandler contentHandler)
Sets the SAX2 ContentHandler to send SAX 2 events to


start

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

Throws:
org.xml.sax.SAXException


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