|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| void | Init (string prefix, string localName, string ns, int hashCode) |
| void | Init (string text) |
| void | Init (XmlAtomicValue value) |
| bool | IsDuplicate (string localName, string ns, int hashCode) |
Properties | |
| string | LocalName [get] |
| string | Prefix [get] |
| string | Namespace [get] |
| string | Text [get] |
| XmlAtomicValue | Value [get] |
| int | NextNameIndex [get, set] |
Private Attributes | |
| string | _localName |
| string | _prefix |
| string | _namespaceName |
| string | _text |
| XmlAtomicValue | _value |
| int | _hashCode |
| int | _nextNameIndex |
Definition at line 7 of file XmlAttributeCache.cs.