GetData

Description

Returns the raw data of the PBDOM_PROCESSINGINSTRUCTION object.

Syntax

pbdom_pi_name.GetData()

Argument

Description

pbdom_pi_name

The name of a PBDOM_PROCESSINGINSTRUCTION object


Return value

String.

The data of the PBDOM_PROCESSINGINSTRUCTION object.

Usage

The processing instruction data is fundamentally a string and not a set of name="value" pairs.