Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Xml.XmlBaseWriter.NamespaceManager Class Referencesealed

Classes

class  Namespace
 
class  XmlAttribute
 

Public Member Functions

 NamespaceManager ()
 
void Clear ()
 
void Close ()
 
void DeclareNamespaces (XmlNodeWriter writer)
 
void EnterScope ()
 
void ExitScope ()
 
void AddLangAttribute (string lang)
 
void AddSpaceAttribute (XmlSpace space)
 
string AddNamespace (string uri, XmlDictionaryString uriDictionaryString)
 
void AddNamespaceIfNotDeclared (string prefix, string uri, XmlDictionaryString uriDictionaryString)
 
void AddNamespace (string prefix, string uri, XmlDictionaryString uriDictionaryString)
 
string LookupPrefix (string ns)
 
string LookupAttributePrefix (string ns)
 
string LookupNamespace (string prefix)
 
void Sign (XmlCanonicalWriter signingWriter)
 

Properties

string XmlLang [get]
 
XmlSpace XmlSpace [get]
 

Private Member Functions

void AddAttribute ()
 

Private Attributes

Namespace[] _namespaces
 
Namespace _lastNameSpace
 
int _nsCount
 
int _depth
 
XmlAttribute[] _attributes
 
int _attributeCount
 
XmlSpace _space
 
string _lang
 
int _nsTop
 
readonly Namespace _defaultNamespace
 

Detailed Description

Definition at line 73 of file XmlBaseWriter.cs.


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