DOMNode->lookupNamespaceURI()

DOMNode->lookupNamespaceURI() --  Gets the namespace URI of the node based on the prefix

Opis

class DOMNode {

string lookupNamespaceURI ( string prefix )

}

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

Parametry

prefix

The prefix of the namespace.

Zwracane wartości

The namespace URI of the node.

Patrz także

DOMNode->lookupPrefix()