38 references to AttributeMatchState
System.Xml (38)
System\Xml\Schema\SchemaInfo.cs (23)
192
internal SchemaAttDef GetAttributeXsd(SchemaElementDecl ed, XmlQualifiedName qname, XmlSchemaObject partialValidationType, out
AttributeMatchState
attributeMatchState) {
194
attributeMatchState =
AttributeMatchState
.UndeclaredAttribute;
198
attributeMatchState =
AttributeMatchState
.AttributeFound;
204
attributeMatchState =
AttributeMatchState
.ProhibitedAnyAttribute;
209
attributeMatchState =
AttributeMatchState
.AnyIdAttributeFound;
212
attributeMatchState =
AttributeMatchState
.AttributeFound;
216
attributeMatchState =
AttributeMatchState
.AnyAttributeLax;
220
attributeMatchState =
AttributeMatchState
.AnyAttributeSkip;
224
attributeMatchState =
AttributeMatchState
.ProhibitedAttribute;
232
attributeMatchState =
AttributeMatchState
.AttributeFound;
235
attributeMatchState =
AttributeMatchState
.AttributeNameMismatch;
239
attributeMatchState =
AttributeMatchState
.ValidateAttributeInvalidCall;
244
attributeMatchState =
AttributeMatchState
.AttributeFound;
247
attributeMatchState =
AttributeMatchState
.UndeclaredElementAndAttribute;
254
AttributeMatchState
attributeMatchState;
258
case
AttributeMatchState
.UndeclaredAttribute:
261
case
AttributeMatchState
.ProhibitedAnyAttribute:
262
case
AttributeMatchState
.ProhibitedAttribute:
265
case
AttributeMatchState
.AttributeFound:
266
case
AttributeMatchState
.AnyIdAttributeFound:
267
case
AttributeMatchState
.AnyAttributeLax:
268
case
AttributeMatchState
.UndeclaredElementAndAttribute:
271
case
AttributeMatchState
.AnyAttributeSkip:
System\Xml\Schema\XmlSchemaValidator.cs (15)
493
AttributeMatchState
attributeMatchState;
497
case
AttributeMatchState
.UndeclaredElementAndAttribute:
499
goto case
AttributeMatchState
.AttributeFound;
514
case
AttributeMatchState
.UndeclaredAttribute:
516
goto case
AttributeMatchState
.AttributeFound;
524
case
AttributeMatchState
.ProhibitedAnyAttribute:
526
goto case
AttributeMatchState
.AttributeFound;
534
case
AttributeMatchState
.ProhibitedAttribute:
539
case
AttributeMatchState
.AttributeNameMismatch:
544
case
AttributeMatchState
.ValidateAttributeInvalidCall:
551
case
AttributeMatchState
.AnyIdAttributeFound:
561
goto case
AttributeMatchState
.AttributeFound;
569
case
AttributeMatchState
.AttributeFound:
598
case
AttributeMatchState
.AnyAttributeLax:
602
case
AttributeMatchState
.AnyAttributeSkip: