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

◆ ParseDtdFromParserContext()

void System.Xml.XmlValidatingReaderImpl.ParseDtdFromParserContext ( )
inlineprivate

Definition at line 685 of file XmlValidatingReaderImpl.cs.

686 {
687 if (_parserContext.DocTypeName != null && _parserContext.DocTypeName.Length != 0)
688 {
689 IDtdParser dtdParser = DtdParser.Create();
690 XmlTextReaderImpl.DtdParserProxy adapter = new XmlTextReaderImpl.DtdParserProxy(_coreReaderImpl);
693 ValidateDtd();
694 }
695 }
void SetDtdInfo(IDtdInfo newDtdInfo)
readonly XmlTextReaderImpl _coreReaderImpl

References System.Xml.XmlValidatingReaderImpl._coreReaderImpl, System.Xml.XmlValidatingReaderImpl._parserContext, System.Xml.XmlParserContext.BaseURI, System.Xml.DtdParser.Create(), System.Xml.XmlParserContext.DocTypeName, System.Xml.XmlParserContext.InternalSubset, System.Xml.XmlParserContext.PublicId, System.Xml.XmlTextReaderImpl.SetDtdInfo(), System.Xml.XmlParserContext.SystemId, and System.Xml.XmlValidatingReaderImpl.ValidateDtd().

Referenced by System.Xml.XmlValidatingReaderImpl.Read().