Interface DOMBuilder.Listener

  • Enclosing class:
    DOMBuilder

    public static interface DOMBuilder.Listener
    The Listener interface must be implemented by those objects willing to be notified of a successful DOM tree generation.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void notify​(org.w3c.dom.Document doc)
      Receive notification of a successfully completed DOM tree generation.
    • Method Detail

      • notify

        void notify​(org.w3c.dom.Document doc)
             throws org.xml.sax.SAXException
        Receive notification of a successfully completed DOM tree generation.
        Throws:
        org.xml.sax.SAXException