Terraria v1.4.4.9
Terraria source code documentation
|
Classes | |
class | XmlAttribute |
Public Member Functions | |
NamespaceManager (XmlBufferReader bufferReader) | |
void | Close () |
void | Clear () |
void | EnterScope () |
void | ExitScope () |
void | Sign (XmlSigningNodeWriter writer) |
void | AddLangAttribute (string lang) |
void | AddSpaceAttribute (XmlSpace space) |
void | Register (Namespace nameSpace) |
Namespace | AddNamespace () |
Namespace | LookupNamespace (PrefixHandleType prefix) |
Namespace | LookupNamespace (PrefixHandle prefix) |
Namespace | LookupNamespace (string prefix) |
Properties | |
static Namespace | XmlNamespace [get] |
static Namespace | EmptyNamespace [get] |
string | XmlLang [get] |
XmlSpace | XmlSpace [get] |
Private Member Functions | |
void | AddAttribute () |
bool | TryGetShortPrefix (string s, out PrefixHandleType shortPrefix) |
Private Attributes | |
readonly XmlBufferReader | _bufferReader |
Namespace[] | _namespaces |
int | _nsCount |
int | _depth |
readonly Namespace[] | _shortPrefixUri |
XmlAttribute[] | _attributes |
int | _attributeCount |
XmlSpace | _space |
string | _lang |
Static Private Attributes | |
static readonly Namespace | s_emptyNamespace = new Namespace(XmlBufferReader.Empty) |
static Namespace | s_xmlNamespace |
Definition at line 568 of file XmlBaseReader.cs.