|
Terraria v1.4.4.9
Terraria source code documentation
|
Static Package Functions | |
| static bool | HasReadOnlyParent (XmlNode n) |
| static void | SplitName (string name, out string prefix, out string localName) |
| static void | NestTextNodes (XmlNode prevNode, XmlNode nextNode) |
| static void | UnnestTextNodes (XmlNode prevNode, XmlNode nextNode) |
Package Attributes | |
| XmlNode | parentNode |
Private Member Functions | |
| XmlNode | NormalizeWinner (XmlNode firstNode, XmlNode secondNode) |
| object ICloneable. | Clone () |
| IEnumerator IEnumerable. | GetEnumerator () |
| void | AppendChildText (StringBuilder builder) |
Private Attributes | |
| readonly string | _publicId |
| readonly string | _systemId |
| readonly string | _name |
Definition at line 3 of file XmlNotation.cs.