containsNS method
Test if the pair namespaceURI/name is part of this NameList.
containsNS(namespaceURI, name)
Parameters
String namespaceURI
The namespace URI to look for.
String name
The name to look for.
Returns
booleantrue if the pair namespaceURI/name has been found, false otherwise.
这对您有帮助吗?