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

◆ ProcessInlineSchema()

void System.Xml.Schema.XdrValidator.ProcessInlineSchema ( )
inlineprivate

Definition at line 134 of file XdrValidator.cs.

135 {
137 {
138 return;
139 }
142 if (xdrSchema != null && xdrSchema.ErrorCount == 0)
143 {
144 foreach (string key in xdrSchema.TargetNamespaces.Keys)
145 {
147 {
148 schemaInfo.Add(xdrSchema, base.EventHandler);
149 base.SchemaCollection.Add(key, xdrSchema, null, compile: false);
150 break;
151 }
152 }
153 }
154 _inlineSchemaParser = null;
155 }
SchemaInfo XdrSchema
Definition Parser.cs:56
SchemaType FinishParsing()
Definition Parser.cs:157
void Add(SchemaInfo sinfo, ValidationEventHandler eventhandler)

References System.Xml.Schema.XdrValidator._inlineSchemaParser, System.Xml.Schema.SchemaInfo.Add(), System.Xml.Dictionary, System.Xml.Schema.Parser.FinishParsing(), System.Xml.Schema.SchemaInfo.HasSchema(), System.key, System.Xml.Schema.Parser.ParseReaderNode(), System.Xml.Schema.BaseValidator.schemaInfo, and System.Xml.Schema.Parser.XdrSchema.

Referenced by System.Xml.Schema.XdrValidator.Validate().