org.apache.xalan.templates
public class ElemMessage extends ElemTemplateElement
Method Summary | |
---|---|
void | execute(TransformerImpl transformer)
Send a message to diagnostics.
|
String | getNodeName()
Return the node name.
|
boolean | getTerminate()
Get the "terminate" attribute.
|
int | getXSLToken()
Get an int constant identifying the type of element. |
void | setTerminate(boolean v)
Set the "terminate" attribute.
|
Parameters: transformer non-null reference to the the current transform-time state.
Throws: TransformerException
Returns: name of the element
Returns: value of "terminate" attribute.
Returns: The token ID for this element
Parameters: v Value to set for "terminate" attribute.