CreateProcessingInstruction()
XmlDocument::CreateProcessingInstruction(const String&, const String&) method
Creates an XmlProcessingInstruction with the specified name and data.
virtual SharedPtr<XmlProcessingInstruction> System::Xml::XmlDocument::CreateProcessingInstruction(const String &target, const String &data)
Arguments
Parameter | Type | Description |
---|---|---|
target | const String& | The name of the processing instruction. |
data | const String& | The data for the processing instruction. |
Return Value
The new XmlProcessingInstruction.
See Also
- Typedef SharedPtr
- Class XmlProcessingInstruction
- Class String
- Class XmlDocument
- Namespace System::Xml
- Library Aspose.Slides