DOM Level 3 - Experimental: Look up the namespace URI associated to the given prefix, starting from this node. Use lookupNamespaceURI(null) to lookup the default namespace
@param namespaceURI
@return
@since DOM Level 3
Look up the namespace URI associated to the given prefix, starting from this node. See for details on the algorithm used by this method.
@param prefix The prefix to look for. If this parameter is null, the method will return the default namespace URI if any.
@return Returns the associated namespace URI or null if none is found.
@since DOM Level 3
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.