System::Xml::Schema::XmlSchema::Compile method
Contents
[
Hide
]XmlSchema::Compile(ValidationEventHandler) method
Compiles the XML SchemaObject 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.
void System::Xml::Schema::XmlSchema::Compile(ValidationEventHandler validationEventHandler)
Parameter | Type | Description |
---|---|---|
validationEventHandler | ValidationEventHandler | The validation event handler that receives information about XML Schema validation errors. |
See Also
- Typedef ValidationEventHandler
- Class XmlSchema
- Namespace System::Xml::Schema
- Library Aspose.PDF for C++
XmlSchema::Compile(ValidationEventHandler, const SharedPtr<XmlResolver>&) method
Compiles the XML SchemaObject 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.
void System::Xml::Schema::XmlSchema::Compile(ValidationEventHandler validationEventHandler, const SharedPtr<XmlResolver> &resolver)
Parameter | Type | Description |
---|---|---|
validationEventHandler | ValidationEventHandler | The validation event handler that receives information about the XML Schema validation errors. |
resolver | const SharedPtr<XmlResolver>& | The XmlResolver used to resolve namespaces referenced in include and import elements. |
See Also
- Typedef ValidationEventHandler
- Typedef SharedPtr
- Class XmlResolver
- Class XmlSchema
- Namespace System::Xml::Schema
- Library Aspose.PDF for C++