DOMAttributeMap.GetNamedItem

Syntax variant: By name

Syntax:

GetNamedItem(<Name>)

Parameters:

<Name> (required)

Type: String.
Name of DOM attribute node.

Syntax variant: By local name and namespace URI

Syntax:

GetNamedItem(<NamespaceURI>, <LocalName>)

Parameters:

<NamespaceURI> (required)

Type: String.
Namespace and DOM attribute URI.

<LocalName> (required)

Type: String.
Local name of DOM attribute node.

Returned value:

Type: DOMAttribute.

Description:

Returns a DOM attribute by a specified name.

Availability:

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

    

1C:Enterprise Developer's Community