IDLffXMLDOMDocument::CreateProcessingInstruction
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.
Syntax
Result = Obj->[IDLffXMLDOMDocument::]CreateProcessingInstruction( Target, Data )
Return Value
Returns an object reference to the new IDLffXMLDOMProcessingInstruction node.
Arguments
Target
A scalar string to store in the processing-instruction target.
Data
A scalar string to store in the processing-instruction data.
Keywords
None
Version History
6.1 |
Introduced |