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

◆ XmlTextReaderImpl() [2/20]

System.Xml.XmlTextReaderImpl.XmlTextReaderImpl ( XmlNameTable nt)
inlinepackage

Definition at line 1460 of file XmlTextReaderImpl.cs.

1461 {
1462 _v1Compat = true;
1463 _outerReader = this;
1464 _nameTable = nt;
1465 nt.Add(string.Empty);
1466 _xmlResolver = null;
1467 _xml = nt.Add("xml");
1468 _xmlNs = nt.Add("xmlns");
1469 _nodes = new NodeData[8];
1470 _nodes[0] = new NodeData();
1471 _curNode = _nodes[0];
1473 _xmlContext = new XmlContext();
1474 _parsingFunction = ParsingFunction.SwitchToInteractiveXmlDecl;
1475 _nextParsingFunction = ParsingFunction.DocumentContent;
1476 _entityHandling = EntityHandling.ExpandCharEntities;
1477 _whitespaceHandling = WhitespaceHandling.All;
1478 _closeInput = true;
1480 _maxCharactersFromEntities = 10000000L;
1483 _ps.lineNo = 1;
1484 _ps.lineStartPos = -1;
1485 }
void Add(TKey key, TValue value)
readonly StringBuilder _stringBuilder
WhitespaceHandling _whitespaceHandling

References System.Xml.XmlTextReaderImpl._charactersFromEntities, System.Xml.XmlTextReaderImpl._charactersInDocument, System.Xml.XmlTextReaderImpl._closeInput, System.Xml.XmlTextReaderImpl._curNode, System.Xml.XmlTextReaderImpl._entityHandling, System.Xml.XmlTextReaderImpl._maxCharactersFromEntities, System.Xml.XmlTextReaderImpl._maxCharactersInDocument, System.Xml.XmlTextReaderImpl._nameTable, System.Xml.XmlTextReaderImpl._nextParsingFunction, System.Xml.XmlTextReaderImpl._nodes, System.Xml.XmlTextReaderImpl._outerReader, System.Xml.XmlTextReaderImpl._parsingFunction, System.Xml.XmlTextReaderImpl._stringBuilder, System.Xml.XmlTextReaderImpl._v1Compat, System.Xml.XmlTextReaderImpl._whitespaceHandling, System.Xml.XmlTextReaderImpl._xml, System.Xml.XmlTextReaderImpl._xmlContext, System.Xml.XmlTextReaderImpl._xmlNs, System.Xml.XmlTextReaderImpl._xmlResolver, System.Collections.Generic.Dictionary< TKey, TValue >.Add(), System.Xml.Dictionary, and System.Xml.L.