XmlValidatingReader represents a reader that provide
document type definition (DTD), XML-Data Reduced (XDR) schema, and XML Schema
definition language (XSD) validation.
XmlValidatingReader implements the XmlReader class and provide
support for data validation. Use the Schemas property to have the reader
validate by using schema files that are cached in an XmlSchemaCollection. The
ValidationType property specifies what type of validation the reader should
perform. Setting the property to ValidationType.None creates a non-validating
reader.
Join MindStick Community
You need to log in or register to vote on answers or questions.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
XmlValidatingReader represents a reader that provide document type definition (DTD), XML-Data Reduced (XDR) schema, and XML Schema definition language (XSD) validation.
XmlValidatingReader implements the XmlReader class and provide support for data validation. Use the Schemas property to have the reader validate by using schema files that are cached in an XmlSchemaCollection. The ValidationType property specifies what type of validation the reader should perform. Setting the property to ValidationType.None creates a non-validating reader.