GetNamedItemNS

NamedNodeMap.GetNamedItemNS method

Gets the attribute specified by local name and namespace URI.

public Attr GetNamedItemNS(string namespaceUri, string localName)
ParameterTypeDescription
namespaceUriStringThe attribute namespace URI.
localNameStringThe attribute local name.

Return Value

The attribute with the namespace URI and local name.

See Also