XmlNode.nodeValue

string nodeValue() @property const @safe

Returns the value of this node (W3C DOM Level 1).

void nodeValue(string value) @property @safe

Sets the value of this node (W3C DOM Level 1).