Extensions Methods
.NET Framework 4.5
| Name | Description | |
|---|---|---|
|
GetSchemaInfo(XAttribute) | Gets the post-schema-validation infoset (PSVI) of a validated attribute. |
|
GetSchemaInfo(XElement) | Gets the post-schema-validation infoset (PSVI) of a validated element. |
|
Validate(XDocument, XmlSchemaSet, ValidationEventHandler) | This method validates that an XDocument conforms to an XSD in an XmlSchemaSet. |
|
Validate(XAttribute, XmlSchemaObject, XmlSchemaSet, ValidationEventHandler) | This method validates that an XAttribute conforms to a specified XmlSchemaObject and an XmlSchemaSet. |
|
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). |
|
Validate(XElement, XmlSchemaObject, XmlSchemaSet, ValidationEventHandler) | This method validates that an XElement sub-tree conforms to a specified XmlSchemaObject and an XmlSchemaSet. |
|
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). |
|
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). |