System::Xml::Schema::XmlSchemaValidator::GetUnspecifiedDefaultAttributes 方法
XmlSchemaValidator::GetUnspecifiedDefaultAttributes method
验证默认属性的标识约束,并在元素上下文中使用 XmlSchemaValidator::ValidateAttribute 方法先前未验证的具有默认值的属性,填充指定的 List,包含 XmlSchemaAttribute 对象。
void System::Xml::Schema::XmlSchemaValidator::GetUnspecifiedDefaultAttributes(const SharedPtr<Collections::Generic::List<SharedPtr<Object>>> &defaultAttributes)
| Parameter | Type | 描述 |
|---|---|---|
| defaultAttributes | const SharedPtr<Collections::Generic::List<SharedPtr<Object>>>& | 用于在元素上下文的验证期间填充尚未遇到的属性的 XmlSchemaAttribute 对象的 List。 |
另见
- Typedef SharedPtr
- Class List
- Class Object
- Class XmlSchemaValidator
- Namespace System::Xml::Schema
- Library Aspose.Page for C++