XmlValidatingReader Constructor
.NET Framework 4.5
Initializes a new instance of the XmlValidatingReader class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
XmlValidatingReader(XmlReader) | Initializes a new instance of the XmlValidatingReader class that validates the content returned from the given XmlReader. |
|
XmlValidatingReader(Stream, XmlNodeType, XmlParserContext) | Initializes a new instance of the XmlValidatingReader class with the specified values. |
|
XmlValidatingReader(String, XmlNodeType, XmlParserContext) | Initializes a new instance of the XmlValidatingReader class with the specified values. |