terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ Parse()

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

Definition at line 226 of file DtdParser.cs.

227 {
228 if (this.freeFloatingDtd)
229 {
231 return;
232 }
233 this.ParseInDocumentDtd(saveInternalSubset);
234 this.schemaInfo.Finish();
235 if (this.validate && this.undeclaredNotations != null)
236 {
237 string baseUriStr = this.BaseUriStr;
238 return;
239 }
240 }
void ParseInDocumentDtd(bool saveInternalSubset)
Definition DtdParser.cs:243
Dictionary< string, DtdParser.UndeclaredNotation > undeclaredNotations
SchemaInfo schemaInfo
void ParseFreeFloatingDtd()
Definition DtdParser.cs:263

References System.Xml.DtdParser.BaseUriStr, System.Xml.Schema.SchemaInfo.Finish(), System.Xml.DtdParser.freeFloatingDtd, System.Xml.DtdParser.ParseFreeFloatingDtd(), System.Xml.DtdParser.ParseInDocumentDtd(), System.Xml.DtdParser.schemaInfo, System.Xml.DtdParser.undeclaredNotations, and System.Xml.DtdParser.validate.