System::Xml::Schema::XmlSchemaValidator::ValidateEndOfAttributes método

XmlSchemaValidator::ValidateEndOfAttributes method

Verifica si todos los atributos requeridos en el contexto del elemento están presentes y prepara el objeto XmlSchemaValidator para validar el contenido hijo del elemento.

void System::Xml::Schema::XmlSchemaValidator::ValidateEndOfAttributes(const SharedPtr<XmlSchemaInfo> &schemaInfo)
ParámetroTipoDescripción
schemaInfoconst SharedPtr<XmlSchemaInfo>&Un objeto XmlSchemaInfo cuyas propiedades se establecen tras una verificación exitosa de que todos los atributos requeridos en el contexto del elemento están presentes. Este parámetro puede ser nullptr.

Ver también