DOMNotation.LookupNamespaceURI

Syntax:

LookupNamespaceURI(<Prefix>)

Parameters:

<Prefix> (required)

Type: String.
A prefix that requires finding a corresponding namespace URI.

Returned value:

Type: String; Undefined.
Namespace URI corresponding to a specified prefix or Undefined.

Description:

Searches for namespace URI for a specified prefix, starting with this node. The prefix search algorithm is described in DOM Core specification.

Availability:

Server, thick client, external connection, Mobile application (server).

    

1C:Enterprise Developer's Community