XmlReader.Create Method

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

Creates a new XmlReader instance.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 Create(Stream) Creates a new XmlReader instance using the specified stream.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 Create(String) Creates a new XmlReader instance with specified URI.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 Create(TextReader) Creates a new XmlReader instance with the specified TextReader.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 Create(Stream, XmlReaderSettings) Creates a new XmlReader instance with the specified stream and XmlReaderSettings object.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 Create(String, XmlReaderSettings) Creates a new instance with the specified URI and XmlReaderSettings.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 Create(TextReader, XmlReaderSettings) Creates a new XmlReader instance using the specified TextReader and XmlReaderSettings objects.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 Create(XmlReader, XmlReaderSettings) Creates a new XmlReader instance with the specified XmlReader and XmlReaderSettings objects.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 Create(Stream, XmlReaderSettings, String) Creates a new XmlReader instance using the specified stream, base URI, and XmlReaderSettings object.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 Create(Stream, XmlReaderSettings, XmlParserContext) Creates a new XmlReader instance using the specified stream, XmlReaderSettings, and XmlParserContext objects.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 Create(String, XmlReaderSettings, XmlParserContext) Creates a new XmlReader instance using the specified URI, XmlReaderSettings, and XmlParserContext objects.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 Create(TextReader, XmlReaderSettings, String) Creates a new XmlReader instance using the specified TextReader, XmlReaderSettings, and base URI.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 Create(TextReader, XmlReaderSettings, XmlParserContext) Creates a new XmlReader instance using the specified TextReader, XmlReaderSettings, and XmlParserContext objects.

Top