Share via


XmlReader.Create Method (Stream, XmlReaderSettings, String)

Creates a new XmlReader instance using the specified stream, base URI, and XmlReaderSettings object.

Namespace: System.Xml
Assembly: System.Xml (in system.xml.dll)

Syntax

public static XmlReader Create (
         Streaminput,
         XmlReaderSettingssettings,
         stringbaseUri
)

Parameters

  • input
    The stream containing the XML data.
  • settings
    The XmlReaderSetting object used to configure the new XmlReader instance. This value can be a null reference.
  • baseUri
    The base URI for the entity or document being read. This value can be a null reference.

Return Value

An XmlReader object to read XML data.

Version Information

Available in the .NET Micro Framework versions 2.5, 3.0, 4.0, and 4.1.

See Also

Reference

XmlReader Class
XmlReader Members
System.Xml Namespace