public abstract boolean containsNS (String namespaceURI, String name)

Test if the pair namespaceURI/name is part of this NameList.

Parameters:
namespaceURI    The namespace URI to look for.
name    The name to look for.

Returns:  true if the pair namespaceURI/name has been found, false otherwise.