Search
Method createProcessingInstruction(String target, String data)
Create a ProcessingInstruction node given the specified name and data strings.
Returns
XMLNode
Arguments
| Name |
Type |
Description |
| target |
String
|
The target part of the processing instruction. |
| data |
String
|
The data for the node. |