|
terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Inheritance diagram for System.Xml.XmlNamespaceManager:
Collaboration diagram for System.Xml.XmlNamespaceManager:Classes | |
| struct | NamespaceDeclaration |
Public Member Functions | |
| XmlNamespaceManager (XmlNameTable nameTable) | |
| virtual void | PushScope () |
| virtual bool | PopScope () |
| virtual void | AddNamespace (string prefix, string uri) |
| virtual void | RemoveNamespace (string prefix, string uri) |
| virtual IEnumerator | GetEnumerator () |
| virtual string | LookupNamespace (string prefix) |
| virtual string | LookupPrefix (string uri) |
Package Functions | |
| XmlNamespaceManager () | |
Properties | |
| virtual XmlNameTable | NameTable [get, set] |
| virtual string | DefaultNamespace [get, set] |
Private Member Functions | |
| int | LookupNamespaceDecl (string prefix) |
Private Attributes | |
| XmlNamespaceManager.NamespaceDeclaration[] | nsdecls |
| int | lastDecl |
| XmlNameTable | nameTable |
| int | scopeId |
| Dictionary< string, int > | hashTable |
| bool | useHashtable |
| string | xml |
| string | xmlNs |
Definition at line 12 of file XmlNamespaceManager.cs.