System::Xml::Schema::XmlSchemaValidator::GetUnspecifiedDefaultAttributes method
XmlSchemaValidator::GetUnspecifiedDefaultAttributes method
Validates identity constraints on the default attributes and populates the List specified with XmlSchemaAttribute objects for any attributes with default values that have not been previously validated using the XmlSchemaValidator::ValidateAttribute method in the element context.
void System::Xml::Schema::XmlSchemaValidator::GetUnspecifiedDefaultAttributes(const SharedPtr<Collections::Generic::List<SharedPtr<Object>>> &defaultAttributes)
Parameter | Type | Description |
---|---|---|
defaultAttributes | const SharedPtr<Collections::Generic::List<SharedPtr<Object>>>& | A List to populate with XmlSchemaAttribute objects for any attributes not yet encountered during validation in the element context. |
See Also
- Typedef SharedPtr
- Class List
- Class Object
- Class XmlSchemaValidator
- Namespace System::Xml::Schema
- Library Aspose.TeX for C++