Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
InternalWhitespaceRule () | |
InternalWhitespaceRule (string localName, string namespaceName, bool preserveSpace, int priority) | |
void | Init (string localName, string namespaceName, bool preserveSpace, int priority) |
void | Atomize (XmlNameTable nameTable) |
override int | GetHashCode () |
override bool | Equals (object obj) |
void | GetObjectData (XmlQueryDataWriter writer) |
Protected Member Functions | |
void | Init (string localName, string namespaceName, bool preserveSpace) |
Properties | |
int | Priority [get] |
string | LocalName [get, set] |
string | NamespaceName [get, set] |
bool | PreserveSpace [get] |
Private Attributes | |
int | _priority |
int | _hashCode |
string | _localName |
string | _namespaceName |
bool | _preserveSpace |
Definition at line 9 of file WhitespaceRuleLookup.cs.