XmlReader.Create Method
.NET Framework 2.0
Creates a new XmlReader instance.
XmlReader Members
System.Xml Namespace
Name | Description |
---|---|
XmlReader.Create (Stream) | Creates a new XmlReader instance using the specified stream. Supported by the .NET Compact Framework. |
XmlReader.Create (String) | Creates a new XmlReader instance with specified URI. Supported by the .NET Compact Framework. |
XmlReader.Create (TextReader) | Creates a new XmlReader instance with the specified TextReader. Supported by the .NET Compact Framework. |
XmlReader.Create (Stream, XmlReaderSettings) | Creates a new XmlReader instance with the specified stream and XmlReaderSettings object. Supported by the .NET Compact Framework. |
XmlReader.Create (String, XmlReaderSettings) | Creates a new instance with the specified URI and XmlReaderSettings. Supported by the .NET Compact Framework. |
XmlReader.Create (TextReader, XmlReaderSettings) | Creates a new XmlReader instance using the specified TextReader and XmlReaderSettings objects. Supported by the .NET Compact Framework. |
XmlReader.Create (XmlReader, XmlReaderSettings) | Creates a new XmlReader instance with the specified XmlReader and XmlReaderSettings objects. Supported by the .NET Compact Framework. |
XmlReader.Create (Stream, XmlReaderSettings, String) | Creates a new XmlReader instance using the specified stream, base URI, and XmlReaderSettings object. Supported by the .NET Compact Framework. |
XmlReader.Create (Stream, XmlReaderSettings, XmlParserContext) | Creates a new XmlReader instance using the specified stream, XmlReaderSettings, and XmlParserContext objects. Supported by the .NET Compact Framework. |
XmlReader.Create (String, XmlReaderSettings, XmlParserContext) | Creates a new XmlReader instance using the specified URI, XmlReaderSettings, and XmlParserContext objects. Supported by the .NET Compact Framework. |
XmlReader.Create (TextReader, XmlReaderSettings, String) | Creates a new XmlReader instance using the specified TextReader, XmlReaderSettings, and base URI. Supported by the .NET Compact Framework. |
XmlReader.Create (TextReader, XmlReaderSettings, XmlParserContext) | Creates a new XmlReader instance using the specified TextReader, XmlReaderSettings, and XmlParserContext objects. Supported by the .NET Compact Framework. |
Reference
XmlReader ClassXmlReader Members
System.Xml Namespace
Other Resources
Creating XML Readers
Show: