|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| VariableAction | ResolveVariable (XmlQualifiedName qname) |
| VariableAction | ResolveGlobalVariable (XmlQualifiedName qname) |
Protected Attributes | |
| NamespaceDecl | scopes |
Package Functions | |
| InputScope (InputScope parent) | |
| void | Init (InputScope parent) |
| void | InsertExtensionNamespace (string nspace) |
| bool | IsExtensionNamespace (string nspace) |
| void | InsertExcludedNamespace (string nspace) |
| bool | IsExcludedNamespace (string nspace) |
| void | InsertVariable (VariableAction variable) |
| int | GetVeriablesCount () |
| NamespaceDecl | AddNamespace (string prefix, string uri, string prevDefaultNsUri) |
| string | ResolveAtom (string prefix) |
| string | ResolveNonAtom (string prefix) |
Properties | |
| InputScope | Parent [get] |
| Hashtable | Variables [get] |
| bool | ForwardCompatibility [get, set] |
| bool | CanHaveApplyImports [get, set] |
| NamespaceDecl | Scopes [get] |
Private Attributes | |
| InputScope | _parent |
| bool | _forwardCompatibility |
| bool | _canHaveApplyImports |
| Hashtable | _variables |
| Hashtable | _extensionNamespaces |
| Hashtable | _excludedNamespaces |
Definition at line 5 of file InputScope.cs.