DOMXPath { bool registerNamespace(string prefix, string namespaceURI);}
bool registerNamespace(string prefix, string namespaceURI);
Registers the namespaceURI and prefix with the DOMXPath object.
The prefix.
The URI of the namespace.
如果成功则返回 TRUE,失败则返回 FALSE。
TRUE
FALSE