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)
Parameter | Type | Description |
---|---|---|
target | const String& | The name of the processing instruction. |
data | const String& | The data for the processing instruction. |
ReturnValue
The new XmlProcessingInstruction.
See Also
- Typedef SharedPtr
- Class XmlProcessingInstruction
- Class String
- Class XmlDocument
- Namespace System::Xml
- Library Aspose.TeX for C++