Terraria v1.4.4.9
Terraria source code documentation
|
Package Functions | |
BuilderInfo () | |
void | Initialize (string prefix, string name, string nspace) |
void | Initialize (BuilderInfo src) |
BuilderInfo | Clone () |
void | ValueAppend (string s, bool disableEscaping) |
Package Attributes | |
string[] | TextInfo = new string[4] |
int | TextInfoCount |
bool | search |
HtmlElementProps | htmlProps |
HtmlAttributeProps | htmlAttrProps |
Properties | |
string | Name [get] |
string | LocalName [get, set] |
string | NamespaceURI [get, set] |
string | Prefix [get, set] |
string | Value [get, set] |
XmlNodeType | NodeType [get, set] |
int | Depth [get, set] |
bool | IsEmptyTag [get, set] |
Private Member Functions | |
void | EnsureTextInfoSize (int newSize) |
Private Attributes | |
string | _name |
string | _localName |
string | _namespaceURI |
string | _prefix |
XmlNodeType | _nodeType |
int | _depth |
bool | _isEmptyTag |
Definition at line 6 of file BuilderInfo.cs.