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

◆ PushInternalEntity()

void System.Xml.XmlTextReaderImpl.PushInternalEntity ( IDtdEntityInfo entity)
inlineprivate

Definition at line 7247 of file XmlTextReaderImpl.cs.

7248 {
7249 Encoding encoding = _ps.encoding;
7251 InitStringInput(entity.DeclaredUriString ?? string.Empty, encoding, entity.Text);
7252 RegisterEntity(entity);
7253 _ps.lineNo = entity.LineNumber;
7255 _ps.eolNormalized = true;
7257 }
void RegisterConsumedCharacters(long characters, bool inEntityReference)
void InitStringInput(string baseUriStr, Encoding originalEncoding, string str)
void RegisterEntity(IDtdEntityInfo entity)

References System.Xml.XmlTextReaderImpl._ps, System.Xml.IDtdEntityInfo.DeclaredUriString, System.Xml.Dictionary, System.Xml.XmlTextReaderImpl.ParsingState.encoding, System.Xml.XmlTextReaderImpl.InitStringInput(), System.Xml.IDtdEntityInfo.LineNumber, System.Xml.XmlTextReaderImpl.PushParsingState(), System.Xml.XmlTextReaderImpl.RegisterConsumedCharacters(), System.Xml.XmlTextReaderImpl.RegisterEntity(), and System.Xml.IDtdEntityInfo.Text.

Referenced by System.Xml.XmlTextReaderImpl.DtdParserProxy_PushEntity(), System.Xml.XmlTextReaderImpl.DtdParserProxy_PushEntityAsync(), System.Xml.XmlTextReaderImpl.HandleGeneralEntityReference(), and System.Xml.XmlTextReaderImpl.HandleGeneralEntityReferenceAsync().