|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.castor.xmlctf.xmldiff.xml.nodes.XMLNode
org.castor.xmlctf.xmldiff.xml.nodes.Text
public class Text
A class representing an XML Text node.
| Field Summary |
|---|
| Fields inherited from class org.castor.xmlctf.xmldiff.xml.nodes.XMLNode |
|---|
ATTRIBUTE, ELEMENT, PROCESSING_INSTRUCTION, ROOT, TEXT |
| Constructor Summary | |
|---|---|
Text(java.lang.String value)
Creates a new Text node with the given initial value. |
|
| Method Summary | |
|---|---|
java.lang.String |
getStringValue()
Returns the string value of this Text node. |
void |
setValue(java.lang.String value)
Sets the value for this text node. |
| Methods inherited from class org.castor.xmlctf.xmldiff.xml.nodes.XMLNode |
|---|
getLocalName, getNamespaceURI, getNamespaceURI, getNodeLocation, getNodeType, getParentNode, getRootNode, getXPath, setNamespace, setParent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Text(java.lang.String value)
value - the text value of this XML Text node.| Method Detail |
|---|
public java.lang.String getStringValue()
getStringValue in class XMLNodepublic void setValue(java.lang.String value)
value - The new value for this text node.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||