Interface DOMBuilder.Listener

  • Enclosing class:
    DOMBuilder

    @Deprecated(since="2022-01-27")
    public static interface DOMBuilder.Listener
    Deprecated.
    This API is deprecated, migrate code to the XML APIs provided by the JDK.
    The Listener interface must be implemented by those objects willing to be notified of a successful DOM tree generation.
    • Method Detail

      • notify

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