containsNS

Test if the given name, namespaceURI pair exists in this list.


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.