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

◆ Clear()

void System.Xml.XmlTextReaderImpl.ParsingState.Clear ( )
inlinepackage

Definition at line 214 of file XmlTextReaderImpl.cs.

215 {
216 chars = null;
217 charPos = 0;
218 charsUsed = 0;
219 encoding = null;
220 stream = null;
221 decoder = null;
222 bytes = null;
223 bytePos = 0;
224 bytesUsed = 0;
225 textReader = null;
226 lineNo = 1;
227 lineStartPos = -1;
228 baseUriStr = string.Empty;
229 baseUri = null;
230 isEof = false;
231 isStreamEof = false;
232 eolNormalized = true;
234 }

References System.Xml.XmlTextReaderImpl.ParsingState.baseUri, System.Xml.XmlTextReaderImpl.ParsingState.baseUriStr, System.Xml.XmlTextReaderImpl.ParsingState.bytePos, System.Xml.XmlTextReaderImpl.ParsingState.bytes, System.Xml.XmlTextReaderImpl.ParsingState.bytesUsed, System.Xml.XmlTextReaderImpl.ParsingState.charPos, System.Xml.XmlTextReaderImpl.ParsingState.chars, System.Xml.XmlTextReaderImpl.ParsingState.charsUsed, System.Xml.XmlTextReaderImpl.ParsingState.decoder, System.Xml.XmlTextReaderImpl.ParsingState.encoding, System.Xml.XmlTextReaderImpl.ParsingState.entityResolvedManually, System.Xml.XmlTextReaderImpl.ParsingState.eolNormalized, System.Xml.XmlTextReaderImpl.ParsingState.isEof, System.Xml.XmlTextReaderImpl.ParsingState.isStreamEof, System.Xml.XmlTextReaderImpl.ParsingState.lineNo, System.Xml.XmlTextReaderImpl.ParsingState.lineStartPos, System.Xml.XmlTextReaderImpl.ParsingState.stream, and System.Xml.XmlTextReaderImpl.ParsingState.textReader.

Referenced by System.Xml.XmlTextReaderImpl.PushParsingState().