GetText

Description

Obtains text data that is contained within the current PBDOM_PROCESSINGINSTRUCTION object.

Syntax

pbdom_pi_name.GetText() 

Argument

Description

pbdom_pi_name

The name of a PBDOM_PROCESSINGINSTRUCTION object


Return value

String.

Usage

The GetText method returns the text data of the current PBDOM_PROCESSINGINSTRUCTION object. GetText is similar to GetData. However, the textual content of a processing instruction object is not a text node.

See also

GetData

GetTextNormalize

GetTextTrim

SetData