jp.gr.xml.relax.sax
Class DOMSAXProducer

java.lang.Object
  extended by jp.gr.xml.relax.sax.DOMSAXProducer

public class DOMSAXProducer
extends Object

SAX event producer from DOM tree

Since:
Feb. 18, 2001

Constructor Summary
DOMSAXProducer(Node node)
           
 
Method Summary
 void makeEvent()
           
 void makeEvent(ContentHandler handler)
           
 void setContentHandler(ContentHandler content)
           
 void setDeclHandler(DeclHandler decl)
           
 void setDocumentEmulation(boolean emulate)
           
 void setDTDHandler(DTDHandler dtd)
           
 void setErrorHandler(ErrorHandler error)
           
 void setLexicalHandler(LexicalHandler lexical)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DOMSAXProducer

public DOMSAXProducer(Node node)
Method Detail

setDocumentEmulation

public void setDocumentEmulation(boolean emulate)

setDTDHandler

public void setDTDHandler(DTDHandler dtd)

setContentHandler

public void setContentHandler(ContentHandler content)

setLexicalHandler

public void setLexicalHandler(LexicalHandler lexical)

setDeclHandler

public void setDeclHandler(DeclHandler decl)

setErrorHandler

public void setErrorHandler(ErrorHandler error)

makeEvent

public void makeEvent()
               throws SAXException
Throws:
SAXException

makeEvent

public void makeEvent(ContentHandler handler)
               throws SAXException
Throws:
SAXException