DOMDocument.CreateNSResolver
Syntax variant: On the basis of DOM document
Syntax:
Description of method variant:
Syntax variant: On the basis of DOM node
Syntax:
Parameters:
<ContextNode> (required)
DOM document node to be used as context for allowing namespaces.
Description of method variant:
Syntax variant: On the basis of a Map
Syntax:
Parameters:
<Map> (required)
Map key is the namespace prefix, and the value is namespace URI.
Description of method variant:
Syntax variant: On the basis of specific prefix and namespace URI
Syntax:
Parameters:
<Prefix> (required)
Prefix.
<NamespaceURI> (required)
Namespace URI.
Returned value:
Description:
Availability: