org.bibop.xml.utils
Interface DOMBuilder.Listener

Enclosing interface:
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.

org.xml.sax.SAXException


Copyright © 2003 Bibop Research International. All Rights Reserved.