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

◆ ParseDtdFromParserContext()

void System.Xml.XmlTextReaderImpl.ParseDtdFromParserContext ( )
inlineprivate

Definition at line 7973 of file XmlTextReaderImpl.cs.

7974 {
7975 IDtdParser dtdParser = DtdParser.Create();
7978 {
7980 }
7981 }
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.XmlParserContext.DocTypeName, System.Xml.IDtdInfo.HasDefaultAttributes, System.Xml.IDtdInfo.HasNonCDataAttributes, System.Xml.XmlParserContext.InternalSubset, System.Xml.XmlParserContext.PublicId, and System.Xml.XmlParserContext.SystemId.

Referenced by System.Xml.XmlTextReaderImpl.HandleGeneralEntityReference(), and System.Xml.XmlTextReaderImpl.ProcessDtdFromParserContext().