Element.GetAttributeNodeNS

Element.GetAttributeNodeNS method

Retrieves an Attr node by local name and package URI.

public Attr GetAttributeNodeNS(String packageURI, String localName)
ParameterTypeDescription
packageURIStringThe package URI.
localNameStringName of the local.

Return Value

Returns attribute

See Also