DOMXPath->registerNamespace()

DOMXPath->registerNamespace() --  Registers the namespace with the DOMXpath object

Popis

class DOMXPath {

bool registerNamespace ( string prefix, string namespaceURI )

}

Registers the namespaceURI and prefix with the DOMXpath object.

Seznam parametrů

prefix

The prefix.

namespaceURI

The URI of the namespace.

Návratové hodnoty

Vrací TRUE při úspěchu, FALSE při selhání.