RemoveValue
Description
Removes the specified name/value pair.
Syntax
|
1 |
pbdom_pi_name.RemoveValue(string strName) |
|
Argument |
Description |
|---|---|
|
pbdom_pi_name |
The name of a PBDOM_PROCESSINGINSTRUCTION |
|
strName |
String name of name/value pair to be |
Return value
Boolean.
Returns true if the requested name/value pair is removed and
false otherwise.
Examples
Suppose the following PBDOM_PROCESSINGINSTRUCTION object is
given:
|
1 |
<?xml-stylesheet href="simple-ie5.xsl" type="text/xsl" ?> |
Then, RemoveValue(“href”) results in the
PBDOM_PROCESSINGINSTRUCTION object being transformed into the
following:
|
1 |
<?xml-stylesheet type="text/xsl" ?> |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest