This topic has not yet been rated - Rate this topic

Extensions Methods

  Name Description
Public method Static member GetSchemaInfo(XAttribute) Gets the post-schema-validation infoset (PSVI) of a validated attribute.
Public method Static member GetSchemaInfo(XElement) Gets the post-schema-validation infoset (PSVI) of a validated element.
Public method Static member Validate(XDocument, XmlSchemaSet, ValidationEventHandler) This method validates that an XDocument conforms to an XSD in an XmlSchemaSet.
Public method Static member Validate(XAttribute, XmlSchemaObject, XmlSchemaSet, ValidationEventHandler) This method validates that an XAttribute conforms to a specified XmlSchemaObject and an XmlSchemaSet.
Public method Static member Validate(XDocument, XmlSchemaSet, ValidationEventHandler, Boolean) Validates that an XDocument conforms to an XSD in an XmlSchemaSet, optionally populating the XML tree with the post-schema-validation infoset (PSVI).
Public method Static member Validate(XElement, XmlSchemaObject, XmlSchemaSet, ValidationEventHandler) This method validates that an XElement sub-tree conforms to a specified XmlSchemaObject and an XmlSchemaSet.
Public method Static member Validate(XAttribute, XmlSchemaObject, XmlSchemaSet, ValidationEventHandler, Boolean) Validates that an XAttribute conforms to a specified XmlSchemaObject and an XmlSchemaSet, optionally populating the XML tree with the post-schema-validation infoset (PSVI).
Public method Static member Validate(XElement, XmlSchemaObject, XmlSchemaSet, ValidationEventHandler, Boolean) Validates that an XElement sub-tree conforms to a specified XmlSchemaObject and an XmlSchemaSet, optionally populating the XML tree with the post-schema-validation infoset (PSVI).
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.