org.apache.xalan.templates
public class ElemComment extends ElemTemplateElement
| Method Summary | |
|---|---|
| ElemTemplateElement | appendChild(ElemTemplateElement newChild)
Add a child to the child list.
|
| void | execute(TransformerImpl transformer)
Execute the xsl:comment transformation
|
| String | getNodeName()
Return the node name.
|
| int | getXSLToken()
Get an int constant identifying the type of element. |
Parameters: newChild Child to add to this node's child list
Returns: Child that was just added to child list
Throws: DOMException
Parameters: transformer non-null reference to the the current transform-time state.
Throws: TransformerException
Returns: This element's name
Returns: The token ID for this element