xml.DomNode.setNodeValue

Sets the node value for a DomNode object.

Syntax

setNodeValue(
   val STRING )
  1. val is the node value.

Usage

Sets the node value for this DomNode object, where val is the node value.

In case of error, the method throws an exception and sets the STATUS variable with the appropriate error number.