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.
Est-ce que cela a été utile ?