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

◆ s_methodNames

readonly string [] System.Xml.Schema.XmlSchemaValidator.s_methodNames
staticprivate
Initial value:
= new string[12]
{
"None", "Initialize", "top-level ValidateAttribute", "top-level ValidateText or ValidateWhitespace", "ValidateElement", "ValidateAttribute", "ValidateEndOfAttributes", "ValidateText", "ValidateWhitespace", "ValidateEndElement",
"SkipToEndElement", "EndValidation"
}

Definition at line 154 of file XmlSchemaValidator.cs.

155 {
156 "None", "Initialize", "top-level ValidateAttribute", "top-level ValidateText or ValidateWhitespace", "ValidateElement", "ValidateAttribute", "ValidateEndOfAttributes", "ValidateText", "ValidateWhitespace", "ValidateEndElement",
157 "SkipToEndElement", "EndValidation"
158 };

Referenced by System.Xml.Schema.XmlSchemaValidator.CheckStateTransition(), System.Xml.Schema.XmlSchemaValidator.EndValidation(), System.Xml.Schema.XmlSchemaValidator.Initialize(), System.Xml.Schema.XmlSchemaValidator.Initialize(), System.Xml.Schema.XmlSchemaValidator.InternalValidateEndElement(), System.Xml.Schema.XmlSchemaValidator.SkipToEndElement(), System.Xml.Schema.XmlSchemaValidator.ValidateAttribute(), System.Xml.Schema.XmlSchemaValidator.ValidateElement(), System.Xml.Schema.XmlSchemaValidator.ValidateEndOfAttributes(), System.Xml.Schema.XmlSchemaValidator.ValidateText(), and System.Xml.Schema.XmlSchemaValidator.ValidateWhitespace().