Share via


IXmlReaderInput (Compact 7)

3/12/2014

When you read XML documents that use an encoding other than UTF-8, you use an instance of IXmlReaderInput. By using class, you can set the characteristics of the input separately from the parser.

Remarks

An instance of IXmlReaderInput is created by using the CreateXmlReaderInputWithEncodingCodePage or CreateXmlReaderInputWithEncodingName functions.

After the IXmlReaderInput object is created, the user sets the input for the reader by calling the IXmlReader::SetInput method.

The IXmlReaderInput interface contains no methods; in fact, it is implemented as an alias for the standard COM IUnknown interface.

See Also

Reference

Interfaces
CreateXmlReaderInputWithEncodingCodePage
CreateXmlReaderInputWithEncodingName
IXmlReader
IXmlResolver
IXmlWriter
IXmlWriterOutput