public interface XMLizer
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ROLE |
| Modifier and Type | Method and Description |
|---|---|
void |
toSAX(java.io.InputStream stream,
java.lang.String mimeType,
java.lang.String systemID,
org.xml.sax.ContentHandler handler)
Generates SAX events from the given input stream
NOTE : if the implementation can produce lexical events, care should be taken
that
handler can actually be a
XMLConsumer that accepts such
events or directly implements the LexicalHandler interface! |
void toSAX(java.io.InputStream stream,
java.lang.String mimeType,
java.lang.String systemID,
org.xml.sax.ContentHandler handler)
throws org.xml.sax.SAXException,
java.io.IOException
handler can actually be a
XMLConsumer that accepts such
events or directly implements the LexicalHandler interface!stream - the datamimeType - the mime-type for the datasystemID - the URI defining the data (this is optional and can be null)org.xml.sax.SAXExceptionjava.io.IOException