DOMNode->lookupNamespaceURI()

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

Popis

class DOMNode {

string lookupNamespaceURI ( string prefix )

}

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

Seznam parametrů

prefix

The prefix of the namespace.

Návratové hodnoty

The namespace URI of the node.

Viz také

DOMNode->lookupPrefix()