|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
from c2 ....
Method Summary | |
void |
setConsumer(XMLConsumer consumer)
Set the XMLConsumer that will receive XML data. |
void |
setContentHandler(org.xml.sax.ContentHandler content)
Set the ContentHandler that will receive XML data. |
void |
setLexicalHandler(org.xml.sax.ext.LexicalHandler lexical)
Set the LexicalHandler that will receive XML data. |
void |
toSax()
Creates the SAX events once processing has finished. |
Method Detail |
public void setConsumer(XMLConsumer consumer) throws org.xml.sax.SAXException
XMLConsumer
that will receive XML data.
org.xml.sax.SAXException
public void setContentHandler(org.xml.sax.ContentHandler content) throws org.xml.sax.SAXException
ContentHandler
that will receive XML data.
org.xml.sax.SAXException
public void setLexicalHandler(org.xml.sax.ext.LexicalHandler lexical) throws org.xml.sax.SAXException
LexicalHandler
that will receive XML data.
org.xml.sax.SAXException
public void toSax() 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 |