SetText

Description

Sets the string value of a PBDOM_ATTRIBUTE object.

Syntax

pbdom_attribute_name.SetText(string strText)

Argument

Description

pbdom_attribute_name

The name of the PBDOM_ATTRIBUTE

strText

The string value to be set in the PBDOM_ATTRIBUTE


Return value

PBDOM_ATTRIBUTE.

Usage

This method returns the current PBDOM_ATTRIBUTE with the input string value set.

This method is the counterpart of the JDOM setValue method.

See also

GetText

GetTextNormalize

GetTextTrim