|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SAX2EventProducer
A interface which abstracts anything which can produce SAX 2 events. This allows any EventProducer to be used with the Unmarshaller.
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 |
---|
void setContentHandler(org.xml.sax.ContentHandler contentHandler)
void start() throws org.xml.sax.SAXException
org.xml.sax.SAXException
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |