ValidateEndOfAttributes()
XmlSchemaValidator::ValidateEndOfAttributes(const SharedPtr<XmlSchemaInfo>&) method
Verifies whether all the required attributes in the element context are present and prepares the XmlSchemaValidator object to validate the child content of the element.
void System::Xml::Schema::XmlSchemaValidator::ValidateEndOfAttributes(const SharedPtr<XmlSchemaInfo> &schemaInfo)
Arguments
Parameter | Type | Description |
---|---|---|
schemaInfo | const SharedPtr<XmlSchemaInfo>& | An XmlSchemaInfo object whose properties are set on successful verification that all the required attributes in the element context are present. This parameter can be nullptr. |
See Also
- Typedef SharedPtr
- Class XmlSchemaInfo
- Class XmlSchemaValidator
- Namespace System::Xml::Schema
- Library Aspose.Slides