GetTextTrim

Description

Returns the textual content of the current PBDOM_CDATA object with all surrounding whitespace characters removed.

Syntax

pbdom_cdata_name.GetTextTrim()

Argument

Description

pbdom_cdata_name

The name of a PBDOM_CDATA


Return value

String.

Usage

If no textual value exists for the current PBDOM_CDATA, or if only whitespace characters exist, an empty string is returned.

See also

GetText

GetTextNormalize

SetText