Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Xml.XmlTextReaderImpl.NoNamespaceManager Class Referencesealed

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, stringGetNamespacesInScope (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
 

Detailed Description

Definition at line 279 of file XmlTextReaderImpl.cs.


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