Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ ValidateEndOfAttributes()

void System.Xml.Schema.XmlSchemaValidator.ValidateEndOfAttributes ( XmlSchemaInfo? schemaInfo)
inline

Definition at line 759 of file XmlSchemaValidator.cs.

760 {
761 CheckStateTransition(ValidatorState.EndOfAttributes, s_methodNames[6]);
762 SchemaElementDecl elementDecl = _context.ElementDecl;
763 if (elementDecl != null && elementDecl.HasRequiredAttribute)
764 {
767 }
768 if (schemaInfo != null)
769 {
771 }
772 }
void CheckStateTransition(ValidatorState toState, string methodName)
void CheckRequiredAttributes(SchemaElementDecl currentElementDecl)

References System.Xml.Schema.XmlSchemaValidator._context, System.Xml.Schema.XmlSchemaValidator.CheckRequiredAttributes(), System.Xml.Schema.XmlSchemaValidator.CheckStateTransition(), System.Xml.Dictionary, System.Xml.Schema.ValidationState.ElementDecl, System.Xml.Schema.XmlSchemaValidator.s_methodNames, and System.Xml.Schema.ValidationState.Validity.

Referenced by System.Xml.DocumentSchemaValidator.GetTypeFromAncestors(), System.Xml.XsdValidatingReader.ProcessElementEvent(), System.Xml.XsdValidatingReader.ProcessElementEventAsync(), System.Xml.DocumentSchemaValidator.ValidateElement(), System.Xml.Schema.XNodeValidator.ValidateElement(), and System.Xml.DocumentSchemaValidator.ValidateSingleElement().