org.castor.xmlctf.xmldiff.xml.nodes
Class Text
A class representing an XML Text node.
$Revision: 0000 $ $Date: 2007-01-11 00:00:00 -0600 (Thu, 11 Jan 2007) $
Text(String value)- Creates a new Text node with the given initial value.
|
String | getStringValue()- Returns the string value of this Text node.
|
void | setValue(String value)- Sets the value for this text node.
|
getLocalName, getNamespaceURI, getNamespaceURI, getNodeLocation, getNodeType, getParentNode, getRootNode, getStringValue, getXPath, setNamespace, setParent |
Text
public Text(String value)
Creates a new Text node with the given initial value.
value - the text value of this XML Text node.
getStringValue
public String getStringValue()
Returns the string value of this Text node.
- getStringValue in interface XMLNode
- The string value of this Text node.
setValue
public void setValue(String value)
Sets the value for this text node.
value - The new value for this text node.
Intalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com