org.exolab.adaptx.xslt.util
Interface MessageObserver
- All Known Implementing Classes:
- DefaultObserver, XSLTProcessor
- public interface MessageObserver
A simple interface that allows xsl:message actions to be
observed.
- Version:
- $Revision: 1.1.1.1 $ $Date: 2003/03/01 07:39:57 $
- Author:
- Keith Visco
Method Summary |
void |
receiveMessage(java.lang.String message)
Signals an XSLT message notification |
receiveMessage
public void receiveMessage(java.lang.String message)
- Signals an XSLT message notification
- Parameters:
message
- the XSLT message to receive