public class DOMSAXProducer
extends java.lang.Object
Constructor and Description |
---|
DOMSAXProducer(org.w3c.dom.Node node) |
Modifier and Type | Method and Description |
---|---|
void |
makeEvent() |
void |
makeEvent(org.xml.sax.ContentHandler handler) |
void |
setContentHandler(org.xml.sax.ContentHandler content) |
void |
setDeclHandler(org.xml.sax.ext.DeclHandler decl) |
void |
setDocumentEmulation(boolean emulate) |
void |
setDTDHandler(org.xml.sax.DTDHandler dtd) |
void |
setErrorHandler(org.xml.sax.ErrorHandler error) |
void |
setLexicalHandler(org.xml.sax.ext.LexicalHandler lexical) |
public void setDocumentEmulation(boolean emulate)
public void setDTDHandler(org.xml.sax.DTDHandler dtd)
public void setContentHandler(org.xml.sax.ContentHandler content)
public void setLexicalHandler(org.xml.sax.ext.LexicalHandler lexical)
public void setDeclHandler(org.xml.sax.ext.DeclHandler decl)
public void setErrorHandler(org.xml.sax.ErrorHandler error)
public void makeEvent() throws org.xml.sax.SAXException
org.xml.sax.SAXException
public void makeEvent(org.xml.sax.ContentHandler handler) throws org.xml.sax.SAXException
org.xml.sax.SAXException