The IDLffXMLDOMDocument::CreateProcessingInstruction function method creates a processing-instruction node that is owned by the document and stores two strings in the processing-instruction node.
Result = Obj->[IDLffXMLDOMDocument::]CreateProcessingInstruction( Target, Data )
Returns an object reference to the new IDLffXMLDOMProcessingInstruction node.
A scalar string to store in the processing-instruction target.
A scalar string to store in the processing-instruction data.
None
6.1 |
Introduced |