Item

NamedNodeMap indexer (1 of 2)

Gets the attribute with the specified name.

public Attr this[string name] { get; }
ParameterDescription
nameThe attribute name.

Return Value

The attribute with the name.

See Also


NamedNodeMap indexer (2 of 2)

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.

public Attr this[int index] { get; }
ParameterDescription
indexThe zero based index of the attribute.

Return Value

The attribute at the specified index.

See Also