The StaxWriter class / xml.StaxWriter methods |
Writes an XML ProcessingInstruction to the StaxWriter stream
processingInstruction( target STRING, data STRING )
Writes an XML ProcessingInstruction to the StaxWriter stream, where target is the target of the Processing Instruction, cannot be NULL; data is the data of the Processing Instruction, or NULL.
In case of error, the method throws an exception and sets the STATUS variable with the appropriate error number.