Description
Returns the target of the PBDOM_PROCESSINGINSTRUCTION object.
Syntax
pbdom_pi_name.GetTarget()
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