terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Member Functions | |
SecurityParser () | |
void | LoadXml (string xml) |
SecurityElement | ToXml () |
void | OnStartParsing (SmallXmlParser parser) |
void | OnProcessingInstruction (string name, string text) |
void | OnIgnorableWhitespace (string s) |
void | OnStartElement (string name, SmallXmlParser.IAttrList attrs) |
void | OnEndElement (string name) |
void | OnChars (string ch) |
void | OnEndParsing (SmallXmlParser parser) |
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 | |
SecurityElement | root |
SecurityElement | current |
Stack | stack |
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 |
Definition at line 8 of file SecurityParser.cs.