org.apache.cocoon.xml.dom
Interface DOMBuilder.Listener
- All Known Implementing Classes:
- AbstractDOMTransformer, XModuleSource
- 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(Document doc)
Receive notification of a successfully completed DOM tree generation. |
notify
void notify(Document doc)
throws SAXException
- Receive notification of a successfully completed DOM tree generation.
- Throws:
SAXException
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.