GoLang DOMNode::lookupNamespaceUri

request it (250)
GoLang replacement for PHP's DOMNode::lookupNamespaceUri [edit | history]



Do you know a GoLang replacement for PHP's DOMNode::lookupNamespaceUri? Write it!

PHP DOMNode::lookupNamespaceUri

PHP original manual for DOMNode::lookupNamespaceUri [ show | php.net ]

DOMNode::lookupNamespaceUri

(PHP 5, PHP 7)

DOMNode::lookupNamespaceUri Gets the namespace URI of the node based on the prefix

Description

public string DOMNode::lookupNamespaceUri ( string $prefix )

Gets the namespace URI of the node based on the prefix.

Parameters

prefix

The prefix of the namespace.

Return Values

The namespace URI of the node.

See Also