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
|
Classes | |
struct | XmlEvent |
Static Public Member Functions | |
static XmlWriter | Create (Stream output, XmlWriterSettings settings) |
static XmlWriter | Create (TextWriter output, XmlWriterSettings settings) |
Protected Member Functions | |
override void | Dispose (bool disposing) |
Protected Attributes | |
XmlRawWriterBase64Encoder | base64Encoder |
IXmlNamespaceResolver | resolver |
Package Functions | |
override void | WriteXmlDeclaration (XmlStandalone standalone) |
override void | WriteXmlDeclaration (string xmldecl) |
override void | StartElementContent () |
override void | WriteEndElement (string prefix, string localName, string ns) |
override void | WriteFullEndElement (string prefix, string localName, string ns) |
override void | WriteNamespaceDeclaration (string prefix, string ns) |
override void | WriteEndBase64 () |
virtual void | OnRootElement (ConformanceLevel conformanceLevel) |
virtual void | WriteStartNamespaceDeclaration (string prefix) |
virtual void | WriteEndNamespaceDeclaration () |
virtual void | Close (WriteState currentState) |
Properties | |
override WriteState | WriteState [get, set] |
virtual IXmlNamespaceResolver | NamespaceResolver [set] |
virtual bool | SupportsNamespaceDeclarationInChunks [get, set] |
Private Types | |
enum | XmlEventType { Unknown , DocType , StartElem , StartAttr , EndAttr , CData , Comment , PI , Whitespace , String , Raw , EntRef , CharEnt , SurrCharEnt , Base64 , BinHex , XmlDecl1 , XmlDecl2 , StartContent , EndElem , FullEndElem , Nmsp , EndBase64 , Close , Flush , Dispose } |
Private Member Functions | |
void | AddEvent (XmlEventCache.XmlEventType eventType) |
void | AddEvent (XmlEventCache.XmlEventType eventType, string s1) |
void | AddEvent (XmlEventCache.XmlEventType eventType, string s1, string s2) |
void | AddEvent (XmlEventCache.XmlEventType eventType, string s1, string s2, string s3) |
void | AddEvent (XmlEventCache.XmlEventType eventType, string s1, string s2, string s3, object o) |
void | AddEvent (XmlEventCache.XmlEventType eventType, object o) |
int | NewEvent () |
Static Private Member Functions | |
static byte[] | ToBytes (byte[] buffer, int index, int count) |
Private Attributes | |
List< XmlEventCache.XmlEvent[]> | pages |
XmlEventCache.XmlEvent[] | pageCurr |
int | pageSize |
bool | hasRootNode |
StringConcat | singleText |
string | baseUri |
Definition at line 10 of file XmlEventCache.cs.