Terraria v1.4.4.9
Terraria source code documentation
|
Package Functions | |
OutputScopeManager (XmlNameTable nameTable, OutKeywords atoms) | |
void | PushNamespace (string prefix, string nspace) |
void | PushScope (string name, string nspace, string prefix) |
void | PopScope () |
string | ResolveNamespace (string prefix) |
string | ResolveNamespace (string prefix, out bool thisScope) |
bool | FindPrefix (string nspace, out string prefix) |
string | GeneratePrefix (string format) |
Properties | |
string | DefaultNamespace [get] |
OutputScope | CurrentElementScope [get] |
XmlSpace | XmlSpace [get] |
string | XmlLang [get] |
Private Attributes | |
readonly HWStack | _elementScopesStack |
string | _defaultNS |
readonly OutKeywords | _atoms |
readonly XmlNameTable | _nameTable |
int | _prefixIndex |
Definition at line 5 of file OutputScopeManager.cs.