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
|
Public Member Functions | |
override XmlNode | SetNamedItem (XmlNode node) |
XmlAttribute | Append (XmlAttribute node) |
XmlAttribute | Remove (XmlAttribute node) |
XmlAttribute | RemoveAt (int i) |
void | RemoveAll () |
virtual XmlNode | GetNamedItem (string name) |
virtual IEnumerator | GetEnumerator () |
void | CopyTo (global::System.Array array, int index) |
Package Functions | |
XmlAttributeCollection (XmlNode parent) | |
override XmlNode | AddNode (XmlNode node) |
override XmlNode | InsertNodeAt (int i, XmlNode node) |
override XmlNode | RemoveNodeAt (int i) |
void | Detach (XmlAttribute attr) |
void | InsertParentIntoElementIdAttrMap (XmlAttribute attr) |
void | RemoveParentFromElementIdAttrMap (XmlAttribute attr) |
int | RemoveDuplicateAttribute (XmlAttribute attr) |
bool | PrepareParentInElementIdAttrMap (string attrPrefix, string attrLocalName) |
void | ResetParentInElementIdAttrMap (string oldVal, string newVal) |
XmlAttribute | InternalAppendAttribute (XmlAttribute node) |
int | FindNodeOffset (string name) |
int | FindNodeOffset (string localName, string namespaceURI) |
virtual XmlNode | AddNodeForLoad (XmlNode node, XmlDocument doc) |
XmlNode | ReplaceNodeAt (int i, XmlNode node) |
Package Attributes | |
XmlNode | parent |
XmlNamedNodeMap.SmallXmlNodeList | nodes |
Properties | |
XmlAttribute | this[int i] [get, set] |
bool System.Collections.ICollection. | IsSynchronized [get, set] |
object System.Collections.ICollection. | SyncRoot [get, set] |
int System.Collections.ICollection. | Count [get, set] |
Private Member Functions | |
void System.Collections.ICollection. | CopyTo (Array array, int index) |
Definition at line 10 of file XmlAttributeCollection.cs.