Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
InputScopeManager (XPathNavigator navigator, InputScope rootScope) | |
string | ResolveXmlNamespace (string prefix) |
string | ResolveXPathNamespace (string prefix) |
Package Functions | |
InputScopeManager | Clone () |
InputScope | PushScope () |
void | PopScope () |
void | PushNamespace (string prefix, string nspace) |
void | InsertExtensionNamespaces (string[] nsList) |
bool | IsExtensionNamespace (string nspace) |
void | InsertExcludedNamespaces (string[] nsList) |
bool | IsExcludedNamespace (string nspace) |
Properties | |
InputScope | CurrentScope [get] |
InputScope | VariableScope [get] |
XPathNavigator | Navigator [get] |
string | DefaultNamespace [get] |
Private Member Functions | |
string | ResolveNonEmptyPrefix (string prefix) |
Private Attributes | |
InputScope | _scopeStack |
string | _defaultNS = string.Empty |
readonly XPathNavigator | _navigator |
Definition at line 5 of file InputScopeManager.cs.