GetTarget
Description
Returns the target of the PBDOM_PROCESSINGINSTRUCTION
object.
Syntax
|
1 |
pbdom_pi_name.GetTarget() |
|
Argument |
Description |
|---|---|
|
pbdom_pi_name |
The name of a PBDOM_PROCESSINGINSTRUCTION |
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”:
|
1 |
<?xml-stylesheet href="simple-ie5.xsl" type="text/xsl" ?> |
Calling the GetName method returns the same string.
See also
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest