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 | |
class | SecurityAttribute |
Public Member Functions | |
SecurityElement (string tag) | |
SecurityElement (string tag, string text) | |
void | AddAttribute (string name, string value) |
void | AddChild (SecurityElement child) |
string | Attribute (string name) |
SecurityElement | SearchForChildByTag (string tag) |
string | SearchForTextOfTag (string tag) |
override string | ToString () |
Static Public Member Functions | |
static string | Escape (string str) |
static bool | IsValidAttributeName (string name) |
static bool | IsValidAttributeValue (string value) |
static bool | IsValidTag (string tag) |
static bool | IsValidText (string text) |
Package Functions | |
SecurityElement.SecurityAttribute | GetAttribute (string name) |
string | SearchForTextOfLocalName (string strLocalName) |
Properties | |
global::System.Collections.Hashtable | Attributes [get, set] |
global::System.Collections.ArrayList | Children [get, set] |
string | Tag [get, set] |
string | Text [set] |
string | m_strText [set] |
Private Member Functions | |
void | ToXml (ref global::System.Text.StringBuilder s, int level) |
Static Private Member Functions | |
static string | Unescape (string str) |
static | SecurityElement () |
Private Attributes | |
string | text |
string | tag |
global::System.Collections.ArrayList | attributes |
global::System.Collections.ArrayList | children |
Static Private Attributes | |
static readonly char[] | invalid_tag_chars |
static readonly char[] | invalid_text_chars |
static readonly char[] | invalid_attr_name_chars |
static readonly char[] | invalid_attr_value_chars |
static readonly char[] | invalid_chars |
Definition at line 18 of file SecurityElement.cs.