terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
Mono.Xml.SecurityParser Class Reference
+ Inheritance diagram for Mono.Xml.SecurityParser:
+ Collaboration diagram for Mono.Xml.SecurityParser:

Public Member Functions

 SecurityParser ()
 
void LoadXml (string xml)
 
global::System.Security.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 (global::System.IO.TextReader input, SmallXmlParser.IContentHandler handler)
 
void ReadContent ()
 

Private Member Functions

global::System.Exception Error (string msg)
 
global::System.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

global::System.Security.SecurityElement root
 
global::System.Security.SecurityElement current
 
global::System.Collections.Stack stack
 
SmallXmlParser.IContentHandler handler
 
global::System.IO.TextReader reader
 
global::System.Collections.Stack elementNames
 
global::System.Collections.Stack xmlSpaces
 
string xmlSpace
 
global::System.Text.StringBuilder buffer
 
char[] nameBuffer
 
bool isWhitespace
 
SmallXmlParser.AttrListImpl attributes
 
int line
 
int column
 
bool resetColumn
 

Detailed Description

Definition at line 12 of file SecurityParser.cs.


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