|
Terraria v1.4.4.9
Terraria source code documentation
|
Protected Attributes | |
| NamespaceDecl | scopes |
Package Functions | |
| OutputScope () | |
| void | Init (string name, string nspace, string prefix, XmlSpace space, string lang, bool mixed) |
| bool | FindPrefix (string urn, out string prefix) |
| NamespaceDecl | AddNamespace (string prefix, string uri, string prevDefaultNsUri) |
| string | ResolveAtom (string prefix) |
| string | ResolveNonAtom (string prefix) |
Properties | |
| string | Name [get] |
| string | Namespace [get] |
| string | Prefix [get, set] |
| XmlSpace | Space [get, set] |
| string | Lang [get, set] |
| bool | Mixed [get, set] |
| bool | ToCData [get, set] |
| HtmlElementProps | HtmlElementProps [get, set] |
| NamespaceDecl | Scopes [get] |
Private Attributes | |
| string | _name |
| string | _nsUri |
| string | _prefix |
| XmlSpace | _space |
| string | _lang |
| bool | _mixed |
| bool | _toCData |
| HtmlElementProps | _htmlElementProps |
Definition at line 5 of file OutputScope.cs.