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

◆ SetupEndEntityNodeInContent()

void System.Xml.XmlTextReaderImpl.SetupEndEntityNodeInContent ( )
inlineprivate

Definition at line 5746 of file XmlTextReaderImpl.cs.

5747 {
5751 _curNode.SetNamedNode(XmlNodeType.EndEntity, _lastEntity.Name);
5753 if (_index == 0 && _parsingFunction == ParsingFunction.ElementContent)
5754 {
5755 _parsingFunction = ParsingFunction.DocumentContent;
5756 }
5757 }
void SetNamedNode(XmlNodeType type, string localName)
void Set(int lineNo, int linePos)
Definition LineInfo.cs:15

References System.Xml.XmlTextReaderImpl._curNode, System.Xml.XmlTextReaderImpl._index, System.Xml.XmlTextReaderImpl._lastEntity, System.Xml.XmlTextReaderImpl._nodes, System.Xml.XmlTextReaderImpl._parsingFunction, System.Xml.XmlTextReaderImpl._ps, System.Xml.XmlTextReaderImpl._reportedBaseUri, System.Xml.XmlTextReaderImpl._reportedEncoding, System.Xml.XmlTextReaderImpl.ParsingState.baseUriStr, System.Xml.XmlTextReaderImpl.ParsingState.encoding, System.Xml.XmlTextReaderImpl.NodeData.lineInfo, System.Xml.XmlTextReaderImpl.ParsingState.lineNo, System.Xml.XmlTextReaderImpl.ParsingState.LinePos, System.Xml.IDtdEntityInfo.Name, System.Xml.LineInfo.Set(), and System.Xml.XmlTextReaderImpl.NodeData.SetNamedNode().

Referenced by System.Xml.XmlTextReaderImpl.ParseDocumentContent(), System.Xml.XmlTextReaderImpl.ParseDocumentContentAsync_ReadData(), System.Xml.XmlTextReaderImpl.ParseElementContent(), System.Xml.XmlTextReaderImpl.ParseElementContent_ReadData(), System.Xml.XmlTextReaderImpl.ParseText(), System.Xml.XmlTextReaderImpl.ParseTextAsync_IgnoreNode(), System.Xml.XmlTextReaderImpl.Read(), and System.Xml.XmlTextReaderImpl.ReadAsync().