NamedNodeMap Methods

WebKit .NET

[This is preliminary documentation and is subject to change.]

The NamedNodeMap type exposes the following members.

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetEnumerator
Gets an enumerator for the collection.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetItem
Gets the item at the specified index.
GetNamedItem
Gets the item with the specified name.
GetNamedItemNS
Gets the item with the specified namespace and name.
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
RemoveNamedItem
Removes the item with the specified name from the collection.
RemoveNamedItemNS
Removes the item with the specified namespace and name from the collection.
SetNamedItem
Adds the specified node to the collection.
SetNamedItemNS
Adds the specified node to the collection.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also