|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| override void | PushScope () |
| override bool | PopScope () |
| override void | AddNamespace (string prefix, string uri) |
| override void | RemoveNamespace (string prefix, string uri) |
| override IEnumerator | GetEnumerator () |
| override IDictionary< string, string > | GetNamespacesInScope (XmlNamespaceScope scope) |
| override string | LookupNamespace (string prefix) |
| override string | LookupPrefix (string uri) |
| override bool | HasNamespace (string prefix) |
Package Functions | |
| bool | GetNamespaceDeclaration (int idx, [NotNullWhen(true)] out string prefix, out string uri) |
Properties | |
| override string | DefaultNamespace [get] |
| virtual ? XmlNameTable | NameTable [get] |
Private Member Functions | |
| int | LookupNamespaceDecl (string prefix) |
Private Attributes | |
| NamespaceDeclaration[] | _nsdecls |
| int | _lastDecl |
| readonly XmlNameTable | _nameTable |
| int | _scopeId |
| Dictionary< string, int > | _hashTable |
| bool | _useHashtable |
| readonly string | _xml |
| readonly string | _xmlNs |
Definition at line 279 of file XmlTextReaderImpl.cs.