GetExpectedAttributes()

XmlSchemaValidator::GetExpectedAttributes() method

Returns the expected attributes for the current element context.

ArrayPtr<SharedPtr<XmlSchemaAttribute>> System::Xml::Schema::XmlSchemaValidator::GetExpectedAttributes()

Return Value

An array of XmlSchemaAttribute objects or an empty array if there are no expected attributes.

See Also