IXmlWriterOutput (Compact 7)
3/12/2014
When you write XML documents that use an encoding other than UTF-8, use an instance of IXmlWriterOutput. By using this class, you can set the characteristics of the output separately from the XML writer.
Remarks
An instance of IXmlWriterOutput is created by using the CreateXmlWriterOutputWithEncodingCodePage or CreateXmlWriterOutputWithEncodingName functions.
After the IXmlWriterOutput object is created, the user sets the output for the writer by calling the IXmlWriter::SetOutput method.
The IXmlWriterOutput interface contains no methods; in fact, it is implemented as an alias for the standard COM IUnknown interface.
See Also
Reference
Interfaces
CreateXmlWriterOutputWithEncodingCodePage
CreateXmlWriterOutputWithEncodingName
IUnknown
IXmlReader
IXmlReaderInput
IXmlResolver
IXmlWriter