|
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 | |
| XmlLinkedNode | next |
| 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 | _name |
| readonly string | _publicId |
| readonly string | _systemId |
| readonly string | _internalSubset |
| bool | _namespaces |
| XmlNamedNodeMap | _entities |
| XmlNamedNodeMap | _notations |
| SchemaInfo | _schemaInfo |
Definition at line 5 of file XmlDocumentType.cs.