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 Summary

    Modifier and Type
    Method
    Description
    void
    Deprecated.
    Receive notification of a successfully completed DOM tree generation.
  • Method Details