org.apache.cocoon.xml.dom
Interface DOMBuilder.Listener

All Known Implementing Classes:
AbstractDOMTransformer
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
 void notify(org.w3c.dom.Document doc)
          Receive notification of a successfully completed DOM tree generation.
 

Method Detail

notify

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


Copyright © 1999-2002 Apache Software Foundation. All Rights Reserved.