4 references to Attribute
System.Xml (4)
System\Xml\Schema\XmlSchemaValidator.cs (4)
466
ValidatorState toState = validationStack.Length > 1 ? ValidatorState.
Attribute
: ValidatorState.TopLevelAttribute;
645
CheckStateTransition(ValidatorState.
Attribute
, "GetUnspecifiedDefaultAttributes");
861
if (currentState == ValidatorState.Element || currentState == ValidatorState.
Attribute
) {
888
currentState = ValidatorState.
Attribute
;