我們的志工尚未將此文章翻譯為 正體中文 (繁體) 版本。加入我們,幫忙翻譯!
The Node.lookupNamespaceURI()
method takes a prefix and returns the namespace URI associated with it on the given node if found (and null
if not). Supplying null
for the prefix will return the default namespace.
Due to bug 312019, this method does not work with dynamically assigned namespaces (i.e., those set with Node.prefix).
See also