DOMNamespaceResolver.For a specified namespace URI

Syntax:

New DOMNamespaceResolver(<Prefix>, <NamespaceURI>)

Parameters:

<Prefix> (required)

Type: String.
Namespace prefix.

<NamespaceURI> (required)

Type: String.
Namespace URI that corresponds to a prefix.

Description:

Object that dereference namespace prefix is created based on a specified map of prefix - namespace URI.

    

1C:Enterprise Developer's Community