containsNS
Description
Test if the given name, namespaceURI pair exists in this list.
Syntax
XopusNameList.containsNS (name : String, namespaceURI : String) : Boolean
Arguments
- name
String. The localname to lookup.- namespaceURI
String. The namespace to lookup.
Return Value
Boolean. true if the name exists.