terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
Mono.Xml.SmallXmlParser Class Reference
+ Inheritance diagram for Mono.Xml.SmallXmlParser:

Classes

class  AttrListImpl
 
interface  IAttrList
 
interface  IContentHandler
 

Public Member Functions

 SmallXmlParser ()
 
void SkipWhitespaces ()
 
void SkipWhitespaces (bool expected)
 
void Expect (int c)
 
string ReadName ()
 
void Parse (TextReader input, SmallXmlParser.IContentHandler handler)
 
void ReadContent ()
 

Private Member Functions

Exception Error (string msg)
 
Exception UnexpectedEndError ()
 
bool IsNameChar (char c, bool start)
 
bool IsWhitespace (int c)
 
void HandleWhitespaces ()
 
int Peek ()
 
int Read ()
 
string ReadUntil (char until, bool handleReferences)
 
void Cleanup ()
 
void HandleBufferedContent ()
 
void ReadCharacters ()
 
void ReadReference ()
 
int ReadCharacterReference ()
 
void ReadAttribute (SmallXmlParser.AttrListImpl a)
 
void ReadCDATASection ()
 
void ReadComment ()
 

Private Attributes

SmallXmlParser.IContentHandler handler
 
TextReader reader
 
Stack elementNames
 
Stack xmlSpaces
 
string xmlSpace
 
StringBuilder buffer
 
char[] nameBuffer
 
bool isWhitespace
 
SmallXmlParser.AttrListImpl attributes
 
int line = 1
 
int column
 
bool resetColumn
 

Detailed Description

Definition at line 11 of file SmallXmlParser.cs.


The documentation for this class was generated from the following file: