XPathNodeIterator FirstUniqueWithNamespace (object input, string attributeLocalName, string attributeNamespaceURI)
First unique element with matching namespace and matching local name.
Exceptions:
OutOfMemoryException | Thrown when a low memory situation occurs. |
Parameters:
input | The input node set. |
attributeLocalName | Local name of the element. |
attributeNamespaceURI | |
Returns:
A node set.
Last modified date: 10/14/2020