terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
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 | |
Hashtable | Attributes [get] |
ArrayList | Children [get] |
string | Tag [get] |
string | Text [set] |
string | m_strText [set] |
Private Member Functions | |
void | ToXml (StringBuilder s, int level) |
Static Private Member Functions | |
static string | Unescape (string str) |
static | SecurityElement () |
Private Attributes | |
string | text |
string | tag |
ArrayList | attributes |
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 12 of file SecurityElement.cs.