Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Xml.XmlAttributeCollection Class Referencesealed

Public Member Functions

override? XmlNode SetNamedItem (XmlNode? node)
 
XmlAttribute Prepend (XmlAttribute node)
 
XmlAttribute Append (XmlAttribute node)
 
XmlAttribute InsertBefore (XmlAttribute newNode, XmlAttribute? refNode)
 
XmlAttribute InsertAfter (XmlAttribute newNode, XmlAttribute? refNode)
 
XmlAttributeRemove (XmlAttribute? node)
 
XmlAttributeRemoveAt (int i)
 
void RemoveAll ()
 
void CopyTo (XmlAttribute[] array, int index)
 
virtual ? XmlNode GetNamedItem (string name)
 
virtual ? XmlNode GetNamedItem (string localName, string? namespaceURI)
 
virtual ? XmlNode RemoveNamedItem (string name)
 
virtual ? XmlNode RemoveNamedItem (string localName, string? namespaceURI)
 
virtual ? XmlNode Item (int index)
 
virtual IEnumerator GetEnumerator ()
 

Package Functions

 XmlAttributeCollection (XmlNode parent)
 
int FindNodeOffsetNS (XmlAttribute node)
 
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
 
SmallXmlNodeList nodes
 

Properties

XmlAttribute this[int i] [get]
 
XmlAttributethis[string name] [get]
 
XmlAttributethis[string localName, string? namespaceURI] [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 7 of file XmlAttributeCollection.cs.


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