|
terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Inheritance diagram for System.Xml.XmlDocumentType:
Collaboration diagram for System.Xml.XmlDocumentType:Public Member Functions | |
| override XmlNode | CloneNode (bool deep) |
| virtual XmlNode | RemoveChild (XmlNode oldChild) |
| virtual XmlNode | AppendChild (XmlNode newChild) |
| virtual void | RemoveAll () |
| virtual string | GetPrefixOfNamespace (string namespaceURI) |
Package Functions | |
| XmlDocumentType (string name, string publicId, string systemId, string internalSubset, XmlDocument doc) | |
| bool | AncestorNode (XmlNode node) |
| virtual XmlNode | AppendChildForLoad (XmlNode newChild, XmlDocument doc) |
| virtual bool | IsValidChildType (XmlNodeType type) |
| virtual bool | CanInsertAfter (XmlNode newChild, XmlNode refChild) |
| virtual void | CopyChildren (XmlDocument doc, XmlNode container, bool deep) |
| string | GetPrefixOfNamespaceStrict (string namespaceURI) |
| virtual void | SetParent (XmlNode node) |
| virtual void | SetParentForLoad (XmlNode node) |
| virtual XmlNode | FindChild (XmlNodeType type) |
| virtual XmlNodeChangedEventArgs | GetEventArgs (XmlNode node, XmlNode oldParent, XmlNode newParent, string oldValue, string newValue, XmlNodeChangedAction action) |
| virtual void | BeforeEvent (XmlNodeChangedEventArgs args) |
| virtual void | AfterEvent (XmlNodeChangedEventArgs args) |
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 | |
| object System.ICloneable. | Clone () |
| IEnumerator System.Collections.IEnumerable. | GetEnumerator () |
| void | AppendChildText (StringBuilder builder) |
Private Attributes | |
| string | name |
| string | publicId |
| string | systemId |
| string | internalSubset |
| bool | namespaces |
| XmlNamedNodeMap | entities |
| XmlNamedNodeMap | notations |
| SchemaInfo | schemaInfo |
Definition at line 9 of file XmlDocumentType.cs.