lookupNamespaceURI method
Look up the namespace URI associated to the given prefix, starting from this node.
lookupNamespaceURI(prefix )
Parameters
String prefix
The prefix to look for. If this parameter is null, the method will return the default namespace URI if any.
Returns
String. Returns the associated namespace URI or null if none is found.
这对您有帮助吗?