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

◆ ParseDtdFromParserContextAsync()

async Task System.Xml.XmlTextReaderImpl.ParseDtdFromParserContextAsync ( )
inlineprivate

Definition at line 12807 of file XmlTextReaderImpl.cs.

12808 {
12809 IDtdParser dtdParser = DtdParser.Create();
12812 {
12814 }
12815 }
XmlParserContext _fragmentParserContext
bool HasNonCDataAttributes
Definition IDtdInfo.cs:13
bool HasDefaultAttributes
Definition IDtdInfo.cs:11

References System.Xml.XmlTextReaderImpl._addDefaultAttributesAndNormalize, System.Xml.XmlTextReaderImpl._dtdInfo, System.Xml.XmlTextReaderImpl._fragmentParserContext, System.Xml.XmlTextReaderImpl._v1Compat, System.Xml.XmlTextReaderImpl._validatingReaderCompatFlag, System.Xml.XmlParserContext.BaseURI, System.Xml.DtdParser.Create(), System.Xml.Dictionary, System.Xml.XmlParserContext.DocTypeName, System.Xml.IDtdInfo.HasNonCDataAttributes, System.Xml.XmlParserContext.InternalSubset, System.Xml.XmlParserContext.PublicId, and System.Xml.XmlParserContext.SystemId.

Referenced by System.Xml.XmlTextReaderImpl.HandleGeneralEntityReferenceAsync(), and System.Xml.XmlTextReaderImpl.ProcessDtdFromParserContextAsync().