Click or drag to resize
XmlReaderCreate Method
Overload List
  NameDescription
Public methodStatic memberCreate(Stream)
Creates a new System.Xml.XmlReader instance using the specified stream.
Public methodStatic memberCreate(String)
Creates a new System.Xml.XmlReader instance with specified URI.
Public methodStatic memberCreate(TextReader)
Creates a new System.Xml.XmlReader instance with the specified System.IO.TextReader.
Public methodStatic memberCreate(Stream, XmlReaderSettings)
Creates a new System.Xml.XmlReader instance with the specified stream and System.Xml.XmlReaderSettings object.
Public methodStatic memberCreate(String, XmlReaderSettings)
Creates a new instance with the specified URI and System.Xml.XmlReaderSettings.
Public methodStatic memberCreate(TextReader, XmlReaderSettings)
Creates a new XmlReader instance using the specified TextReader and XmlReaderSettings objects.
Public methodStatic memberCreate(XmlReader, XmlReaderSettings)
Creates a new XmlReader instance with the specified XmlReader and XmlReaderSettings objects.
Public methodStatic memberCreate(Stream, XmlReaderSettings, String)
Creates a new XmlReader instance using the specified stream, base URI, and XmlReaderSettings object.
Public methodStatic memberCreate(Stream, XmlReaderSettings, XmlParserContext)
Creates a new XmlReader instance using the specified stream, XmlReaderSettings, and XmlParserContext objects.
Public methodStatic memberCreate(String, XmlReaderSettings, XmlParserContext)
Creates a new XmlReader instance using the specified URI, XmlReaderSettings, and XmlParserContext objects.
Public methodStatic memberCreate(TextReader, XmlReaderSettings, String)
Creates a new XmlReader instance using the specified TextReader, XmlReaderSettings, and base URI.
Public methodStatic memberCreate(TextReader, XmlReaderSettings, XmlParserContext)
Creates a new XmlReader instance using the specified TextReader, XmlReaderSettings, and XmlParserContext objects.
Top
See Also