public class Text extends XMLNode
Constructor and Description |
---|
Text(String value)
Creates a new Text node with the given initial value.
|
Modifier and Type | Method and Description |
---|---|
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, getXPath, setNamespace
public Text(String value)
value
- the text value of this XML Text node.public String getStringValue()
getStringValue
in class XMLNode
public void setValue(String value)
value
- The new value for this text node.Copyright © 2016. All rights reserved.