System::Xml::XmlWriter::WriteProcessingInstruction method
XmlWriter::WriteProcessingInstruction method
When overridden in a derived class, writes out a processing instruction with a space between the name and text as follows: .
virtual void System::Xml::XmlWriter::WriteProcessingInstruction(String name, String text)=0
Parameter | Type | Description |
---|---|---|
name | String | The name of the processing instruction. |
text | String | The text to include in the processing instruction. |
Remarks
This method is being used to create an XML declaration after XmlWriter::WriteStartDocument has already been called.
See Also
- Class String
- Class XmlWriter
- Namespace System::Xml
- Library Aspose.PUB for C++