System::Xml::Schema::XmlSchemaValidator::Initialize methode
XmlSchemaValidator::Initialize() method
Initialiseert de status van het XmlSchemaValidator object.
void System::Xml::Schema::XmlSchemaValidator::Initialize()
Zie ook
- Class XmlSchemaValidator
- Namespace System::Xml::Schema
- Library Aspose.Page for C++
XmlSchemaValidator::Initialize(const SharedPtr<XmlSchemaObject>&) method
Initialiseert de status van het XmlSchemaValidator object met behulp van het opgegeven XmlSchemaObject voor gedeeltelijke validatie.
void System::Xml::Schema::XmlSchemaValidator::Initialize(const SharedPtr<XmlSchemaObject> &partialValidationType)
| Parameter | Type | Beschrijving |
|---|---|---|
| partialValidationType | const SharedPtr<XmlSchemaObject>& | Een XmlSchemaElement, XmlSchemaAttribute of XmlSchemaType object dat wordt gebruikt om de validatie‑context van het XmlSchemaValidator object te initialiseren voor gedeeltelijke validatie. |
Zie ook
- Typedef SharedPtr
- Class XmlSchemaObject
- Class XmlSchemaValidator
- Namespace System::Xml::Schema
- Library Aspose.Page for C++