System::Xml::XmlDocument::CreateProcessingInstruction method

XmlDocument::CreateProcessingInstruction method

Creates an XmlProcessingInstruction with the specified name and data.

virtual SharedPtr<XmlProcessingInstruction> System::Xml::XmlDocument::CreateProcessingInstruction(const String &target, const String &data)
ParameterTypeDescription
targetconst String&The name of the processing instruction.
dataconst String&The data for the processing instruction.

ReturnValue

The new XmlProcessingInstruction.

See Also