IDLffXMLDOMNode::SetNodeValue

The IDLffXMLDOMNode::SetNodeValue procedure method sets the node’s value to the contents of a string.

Note: This method is applicable only to the following node types: Attribute, Text, CDATA, Comment, and ProcessingInstruction. For all other node types, the method does nothing. For more information, see IDLffXMLDOMNode::GetNodeValue Return Values.

Syntax

Obj->[IDLffXMLDOMNode::]SetNodeValue, NodeValue

Arguments

NodeValue

A scalar string value used to set the node’s value.

Keywords

None

Version History

6.1

Introduced