XmlSchema::Compile Method

 

Compiles the XML Schema Object Model (SOM) into schema information for validation. Used to check the syntactic and semantic structure of the programmatically built SOM. Semantic validation checking is performed during compilation.

Namespace:   System.Xml.Schema
Assembly:  System.Xml (in System.Xml.dll)

NameDescription
System_CAPS_pubmethodCompile(ValidationEventHandler^)

Obsolete. Compiles the XML Schema Object Model (SOM) into schema information for validation. Used to check the syntactic and semantic structure of the programmatically built SOM. Semantic validation checking is performed during compilation.

System_CAPS_pubmethodCompile(ValidationEventHandler^, XmlResolver^)

Obsolete. Compiles the XML Schema Object Model (SOM) into schema information for validation. Used to check the syntactic and semantic structure of the programmatically built SOM. Semantic validation checking is performed during compilation.

System_CAPS_importantImportant

The Compile method is obsolete in the Microsoft .NET Framework version 2.0 and has been replaced by the XmlSchemaSet::Compile method.

Return to top
Show: