System.Xml.XmlAttributeCollection Members

The members of System.Xml.XmlAttributeCollection are listed below.

See Also: Inherited members from System.Xml.XmlNamedNodeMap

Public Properties

[read-only]
default property
ItemOf(int)XmlAttribute. Documentation for this section has not yet been entered.
[read-only]
default property
ItemOf(string)XmlAttribute. Documentation for this section has not yet been entered.
[read-only]
default property
ItemOf(string, string)XmlAttribute. Documentation for this section has not yet been entered.

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

Explicitly Implemented Interface Members