nu.validator.htmlparser.dom
Class Dom2Sax

java.lang.Object
  extended by nu.validator.htmlparser.dom.Dom2Sax

public class Dom2Sax
extends java.lang.Object


Constructor Summary
Dom2Sax(org.xml.sax.ContentHandler contentHandler, org.xml.sax.ext.LexicalHandler lexicalHandler)
           
 
Method Summary
 void parse(org.w3c.dom.Node node)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Dom2Sax

public Dom2Sax(org.xml.sax.ContentHandler contentHandler,
               org.xml.sax.ext.LexicalHandler lexicalHandler)
Parameters:
contentHandler -
lexicalHandler -
Method Detail

parse

public void parse(org.w3c.dom.Node node)
           throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException