terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
System.Xml.XmlAttributeCollection Class Referencesealed
+ Inheritance diagram for System.Xml.XmlAttributeCollection:

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 ()
 

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]
 
bool ICollection. IsSynchronized [get]
 
object ICollection. SyncRoot [get]
 
int ICollection. Count [get]
 

Private Member Functions

void ICollection. CopyTo (Array array, int index)
 

Detailed Description

Definition at line 9 of file XmlAttributeCollection.cs.


The documentation for this class was generated from the following file: