GetNamedItemNS

NamedNodeMap.GetNamedItemNS method

Gets the attribute specified by local name and namespace URI.

public Attr GetNamedItemNS(string namespaceUri, string localName)
Parameter Type Description
namespaceUri String The attribute namespace URI.
localName String The attribute local name.

Return Value

The attribute with the namespace URI and local name.

See Also