WriteProcessingInstruction()
XmlTextWriter::WriteProcessingInstruction(String, String) method
Writes out a processing instruction with a space between the name and text as follows: .
void System::Xml::XmlTextWriter::WriteProcessingInstruction(String name, String text) override
Arguments
Parameter | Type | Description |
---|---|---|
name | String | Name of the processing instruction. |
text | String | Text to include in the processing instruction. |
Remarks
This method is being used to create an XML declaration after XmlTextWriter::WriteStartDocument has already been called.
See Also
- Class String
- Class XmlTextWriter
- Namespace System::Xml
- Library Aspose.Slides