XmlValidatingReader Constructor
.NET Framework 2.0
Initializes a new instance of the XmlValidatingReader class.
| 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. |