System::Xml::Schema::XmlSchemaValidator::Initialize methode

XmlSchemaValidator::Initialize() method

Initialiseert de status van het XmlSchemaValidator object.

void System::Xml::Schema::XmlSchemaValidator::Initialize()

Zie ook

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)
ParameterTypeBeschrijving
partialValidationTypeconst 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