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

◆ Finish()

void System.Xml.Schema.SchemaInfo.Finish ( )
inlinepackage

Definition at line 335 of file SchemaInfo.cs.

336 {
338 for (int i = 0; i < 2; i++)
339 {
340 foreach (SchemaElementDecl value in dictionary.Values)
341 {
342 if (value.HasNonCDataAttribute)
343 {
345 }
346 if (value.DefaultAttDefs != null)
347 {
349 }
350 }
352 }
353 }
readonly Dictionary< XmlQualifiedName, SchemaElementDecl > _elementDecls
Definition SchemaInfo.cs:7
readonly Dictionary< XmlQualifiedName, SchemaElementDecl > _undeclaredElementDecls
Definition SchemaInfo.cs:9

References System.Xml.Schema.SchemaInfo._elementDecls, System.Xml.Schema.SchemaInfo._hasDefaultAttributes, System.Xml.Schema.SchemaInfo._hasNonCDataAttributes, System.Xml.Schema.SchemaInfo._undeclaredElementDecls, System.dictionary, System.value, and System.Xml.Schema.SchemaDeclBase.Values.

Referenced by System.Xml.DtdParser.Parse(), and System.Xml.DtdParser.ParseAsync().