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, setNamespacepublic Text(String value)
value - the text value of this XML Text node.public String getStringValue()
getStringValue in class XMLNodepublic void setValue(String value)
value - The new value for this text node.Copyright © 2021. All rights reserved.