NamedNodeMap indexer

NamedNodeMap indexer

Gets the attribute at the specified index. If index is greater than or equal to the number of attributes in this map, this returns null.

Indexer

NameDescription
indexThe zero based index of the attribute.

Returns

The attribute at the specified index.

See Also