org.exolab.adaptx.xslt.dom
public class Text extends BaseNode
Version: $Revision: 3633 $ $Date: 2003-03-01 02:38:44 -0500 (Sat, 01 Mar 2003) $
Constructor Summary | |
---|---|
Text()
Creates a new empty Text node
| |
Text(String value)
Creates a new Text node with the given value
|
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 node
Returns: The type of this node
Returns: The string value of the node