System.Xml.XmlAttributeCollection: Method Members

The methods of System.Xml.XmlAttributeCollection are listed below. For a list of all members, see the XmlAttributeCollection Members list.

See Also: Inherited members from System.Xml.XmlNamedNodeMap

Public Methods

Append(XmlAttribute) : XmlAttribute

Inserts the specified attribute as the last node in the collection.

CopyTo(XmlAttribute[], int)

Copies all the System.Xml.XmlAttribute objects from this collection into the given array.

InsertAfter(XmlAttribute, XmlAttribute) : XmlAttribute

Inserts the specified attribute immediately after the specified reference attribute.

InsertBefore(XmlAttribute, XmlAttribute) : XmlAttribute

Inserts the specified attribute immediately before the specified reference attribute.

Prepend(XmlAttribute) : XmlAttribute

Inserts the specified attribute as the first node in the collection.

Remove(XmlAttribute) : XmlAttribute

Removes the specified attribute from the collection.

RemoveAll()

Removes all attributes from the collection.

RemoveAt(int) : XmlAttribute

Removes the attribute corresponding to the specified index from the collection.

override
SetNamedItem(XmlNode) : XmlNode

Adds a System.Xml.XmlNode using its XmlNode.Name property