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

◆ GetUnspecifiedDefaultAttributes() [1/2]

void System.Xml.Schema.XmlSchemaValidator.GetUnspecifiedDefaultAttributes ( ArrayList defaultAttributes)
inline

Definition at line 749 of file XmlSchemaValidator.cs.

750 {
751 if (defaultAttributes == null)
752 {
753 throw new ArgumentNullException("defaultAttributes");
754 }
755 CheckStateTransition(ValidatorState.Attribute, "GetUnspecifiedDefaultAttributes");
757 }
void CheckStateTransition(ValidatorState toState, string methodName)
void GetUnspecifiedDefaultAttributes(ArrayList defaultAttributes)

References System.Xml.Schema.XmlSchemaValidator.CheckStateTransition(), and System.Xml.Schema.XmlSchemaValidator.GetUnspecifiedDefaultAttributes().

Referenced by System.Xml.Schema.XmlSchemaValidator.GetUnspecifiedDefaultAttributes(), System.Xml.XsdValidatingReader.ValidateAttributes(), System.Xml.Schema.XNodeValidator.ValidateAttributes(), and System.Xml.DocumentSchemaValidator.ValidateAttributes().