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

◆ FinishInitStream()

void System.Xml.XmlTextReaderImpl.FinishInitStream ( )
inlineprivate

Definition at line 1778 of file XmlTextReaderImpl.cs.

1779 {
1780 Encoding encoding = null;
1781 if (_laterInitParam.inputContext != null)
1782 {
1784 }
1788 {
1790 }
1791 _laterInitParam = null;
1792 }
void InitStreamInput(Stream stream, Encoding encoding)
void ProcessDtdFromParserContext(XmlParserContext context)

References System.Xml.XmlTextReaderImpl._laterInitParam, System.Xml.XmlTextReaderImpl._ps, System.Xml.XmlTextReaderImpl._reportedBaseUri, System.Xml.XmlTextReaderImpl._reportedEncoding, System.Xml.XmlParserContext.Encoding, System.Xml.XmlTextReaderImpl.ParsingState.encoding, System.Xml.XmlParserContext.HasDtdInfo, System.Xml.XmlTextReaderImpl.InitStreamInput(), System.Xml.XmlTextReaderImpl.LaterInitParam.inputbaseUri, System.Xml.XmlTextReaderImpl.LaterInitParam.inputByteCount, System.Xml.XmlTextReaderImpl.LaterInitParam.inputBytes, System.Xml.XmlTextReaderImpl.LaterInitParam.inputContext, System.Xml.XmlTextReaderImpl.LaterInitParam.inputStream, and System.Xml.XmlTextReaderImpl.ProcessDtdFromParserContext().

Referenced by System.Xml.XmlTextReaderImpl.XmlTextReaderImpl(), and System.Xml.XmlTextReaderImpl.FinishInit().