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
Loading...
Searching...
No Matches
System.Xml.XmlTextReaderImpl.NoNamespaceManager Class Reference
+ Inheritance diagram for System.Xml.XmlTextReaderImpl.NoNamespaceManager:
+ Collaboration diagram for System.Xml.XmlTextReaderImpl.NoNamespaceManager:

Public Member Functions

 NoNamespaceManager ()
 
override void PushScope ()
 
override bool PopScope ()
 
override void AddNamespace (string prefix, string uri)
 
override void RemoveNamespace (string prefix, string uri)
 
override IEnumerator GetEnumerator ()
 
override string LookupNamespace (string prefix)
 
override string LookupPrefix (string uri)
 

Properties

override string DefaultNamespace [get, set]
 
virtual XmlNameTable NameTable [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
 

Detailed Description

Definition at line 6135 of file XmlTextReaderImpl.cs.


The documentation for this class was generated from the following file: