GetTarget

Description

Returns the target of the PBDOM_PROCESSINGINSTRUCTION object.

Syntax

pbdom_pi_name.GetTarget()

Argument

Description

pbdom_pi_name

The name of a PBDOM_PROCESSINGINSTRUCTION object


Return value

String.

The target of the PBDOM_PROCESSINGINSTRUCTION object.

Examples

Given the following PBDOM_PROCESSINGINSTRUCTION object, calling the GetTarget method returns the string "xml-stylesheet":

<?xml-stylesheet href="simple-ie5.xsl" type="text/xsl" ?>

Calling the GetName method returns the same string.

See also

GetName