org.exolab.adaptx.xslt.dom
public class Comment extends BaseNode
Version: $Revision: 3741 $ $Date: 2003-05-13 04:02:34 -0400 (Tue, 13 May 2003) $
Constructor Summary | |
---|---|
Comment()
Creates a new empty Comment
| |
Comment(String value)
Creates a new Comment with the given message
|
Method Summary | |
---|---|
int | getNodeType()
Returns the type of this node.
|
String | getStringValue()
Returns the string value of the node. |
void | setValue(String value)
Sets the value for this XPathNode
|
Parameters: value the text value of this Comment
Returns: The type of this node
Returns: The string value of the node