lookupPrefix(namespaceURI )
|
|
Parameters
|
StringnamespaceURI
The namespace URI to look for.
|
Returns
|
String. Returns an associated namespace prefix if found or null if none is found. If more than one prefix are associated to the namespace URI, the returned namespace prefix is implementation dependent.
|