This project has retired. For details please refer to its
Attic page.
DOMBuilder.Listener (Cocoon Pipeline Implementation 1.0.0 API)
org.apache.cocoon.xml.dom
Interface DOMBuilder.Listener
- All Known Implementing Classes:
- AbstractDOMTransformer
- 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(Document doc)
Receive notification of a successfully completed DOM tree generation. |
notify
public void notify(Document doc)
throws SAXException
- Receive notification of a successfully completed DOM tree generation.
- Throws:
SAXException
Copyright © 1999-2008 The Apache Software Foundation. All Rights Reserved.