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.

Parametre

prefix

The prefix of the namespace.

Vrátené hodnoty

The namespace URI of the node.

Tiež pozri

DOMNode->lookupPrefix()