AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="1.1.1-beta.385" />

.NET API 955,904 bytes

 NamedNodeMap

NamedNodeNap is a key/value pair of nodes that can be accessed by numeric or string index.
public IAttr this[string name] { get; }

public IAttr this[int index] { get; }

public int Length { get; }

public Element Owner { get; }

public NamedNodeMap(Element owner)

public IAttr GetNamedItem(string name)

public IAttr GetNamedItem(string namespaceUri, string localName)

public IAttr RemoveNamedItem(string name)

public IAttr RemoveNamedItem(string namespaceUri, string localName)

public IAttr SetNamedItem(IAttr item)

public IAttr SetNamedItemWithNamespaceUri(IAttr item, bool suppressMutationObservers)