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

◆ Parse()

void System.Xml.DtdParser.Parse ( bool saveInternalSubset)
inlineprivate

Definition at line 354 of file DtdParser.cs.

355 {
357 {
359 }
360 else
361 {
363 }
365 if (!_validate || _undeclaredNotations == null)
366 {
367 return;
368 }
369 foreach (UndeclaredNotation value in _undeclaredNotations.Values)
370 {
371 for (UndeclaredNotation undeclaredNotation = value; undeclaredNotation != null; undeclaredNotation = undeclaredNotation.next)
372 {
374 }
375 }
376 }
static string Sch_UndeclaredNotation
Definition SR.cs:416
Definition SR.cs:7
void ParseInDocumentDtd(bool saveInternalSubset)
Definition DtdParser.cs:378
void SendValidationEvent(int pos, XmlSeverityType severity, string code, string arg)
Dictionary< string, UndeclaredNotation > _undeclaredNotations
Definition DtdParser.cs:200
void ParseFreeFloatingDtd()
Definition DtdParser.cs:417
SchemaInfo _schemaInfo
Definition DtdParser.cs:146

References System.Xml.DtdParser._freeFloatingDtd, System.Xml.DtdParser._schemaInfo, System.Xml.DtdParser._undeclaredNotations, System.Xml.DtdParser._validate, System.Xml.DtdParser.BaseUriStr, System.Xml.Schema.SchemaInfo.Finish(), System.Xml.DtdParser.ParseFreeFloatingDtd(), System.Xml.DtdParser.ParseInDocumentDtd(), System.SR.Sch_UndeclaredNotation, System.Xml.DtdParser.SendValidationEvent(), System.value, and System.Collections.Generic.Dictionary< TKey, TValue >.Values.