DOMNode->lookupNamespaceURI()

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

Leírás

class DOMNode {

string lookupNamespaceURI ( string prefix )

}

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

Paraméterek

prefix

The prefix of the namespace.

Visszatérési értékek

The namespace URI of the node.

Lásd még

DOMNode->lookupPrefix()