Class Dom2Sax


  • public class Dom2Sax
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Dom2Sax​(org.xml.sax.ContentHandler contentHandler, org.xml.sax.ext.LexicalHandler lexicalHandler)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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