XsdValidator Class Members
In This Topic
The following tables list the members exposed by XsdValidator.
Public Constructors
| Name | Description |
| XsdValidator Constructor | Initialises the class by loading the schema set by loading the schemas from the in the specified . |
Top
Public Properties
| Name | Description |
| XmlSchemaSet | The compiled schema set which can be used to validate XML instance documents |
Top
Public Methods
| Name | Description |
| CreateValidatingReader | Overloaded. Creates a validating System.Xml.XmlReader that can be used to read and validate the data in the xmlReader |
| Validate | Overloaded. Validates the data in the xmlReader |
Top
Protected Methods
| Name | Description |
| CreateReaderSettings | Creates the System.Xml.XmlReaderSettings used by all the validation methods |
Top
See Also