|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.novell.xsl.DefaultMessageHandler
Default handler class for xsl:message elements
| Constructor Summary | |
DefaultMessageHandler()
Constructs a default message handler that logs messages to System.err. |
|
DefaultMessageHandler(PrintWriter output)
Constructs a default message handler that logs messages to the specified PrintWriter. |
|
| Method Summary | |
void |
message(Node message)
Receive notification of an XSLT message |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DefaultMessageHandler()
System.err.
public DefaultMessageHandler(PrintWriter output)
PrintWriter.
output - the PrintWriter to which messages are
logged| Method Detail |
public void message(Node message)
message in interface MessageHandlermessage - the message an XML fragment
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||