Package org.apache.cocoon.xml.dom
Interface DOMBuilder.Listener
-
- Enclosing class:
- DOMBuilder
@Deprecated(since="2022-01-27") public static interface DOMBuilder.ListenerDeprecated.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
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidnotify(org.w3c.dom.Document doc)Deprecated.Receive notification of a successfully completed DOM tree generation.
-