DOMNode->lookupPrefix()

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

Popis

class DOMNode {

string lookupPrefix ( string namespaceURI )

}

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

Parametre

namespaceURI

The namespace URI.

Vrátené hodnoty

The prefix of the namespace.

Tiež pozri

DOMNode->lookupNamespaceURI()