Package jp.gr.xml.relax.sax
Class DOMSAXProducer
- java.lang.Object
-
- jp.gr.xml.relax.sax.DOMSAXProducer
-
public class DOMSAXProducer extends java.lang.ObjectSAX event producer from DOM tree- Since:
- Feb. 18, 2001
-
-
Constructor Summary
Constructors Constructor Description DOMSAXProducer(org.w3c.dom.Node node)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidmakeEvent()voidmakeEvent(org.xml.sax.ContentHandler handler)voidsetContentHandler(org.xml.sax.ContentHandler content)voidsetDeclHandler(org.xml.sax.ext.DeclHandler decl)voidsetDocumentEmulation(boolean emulate)voidsetDTDHandler(org.xml.sax.DTDHandler dtd)voidsetErrorHandler(org.xml.sax.ErrorHandler error)voidsetLexicalHandler(org.xml.sax.ext.LexicalHandler lexical)
-
-
-
Method Detail
-
setDocumentEmulation
public void setDocumentEmulation(boolean emulate)
-
setDTDHandler
public void setDTDHandler(org.xml.sax.DTDHandler dtd)
-
setContentHandler
public void setContentHandler(org.xml.sax.ContentHandler content)
-
setLexicalHandler
public void setLexicalHandler(org.xml.sax.ext.LexicalHandler lexical)
-
setDeclHandler
public void setDeclHandler(org.xml.sax.ext.DeclHandler decl)
-
setErrorHandler
public void setErrorHandler(org.xml.sax.ErrorHandler error)
-
makeEvent
public void makeEvent() throws org.xml.sax.SAXException- Throws:
org.xml.sax.SAXException
-
makeEvent
public void makeEvent(org.xml.sax.ContentHandler handler) throws org.xml.sax.SAXException- Throws:
org.xml.sax.SAXException
-
-