DOMAttributeMap.RemoveNamedItem

Syntax variant: By name

Syntax:

RemoveNamedItem(<Name>)

Parameters:

<Name> (required)

Type: String.
Name of deleted DOM attribute.

Syntax variant: By local name and namespace URI

Syntax:

RemoveNamedItem(<NamespaceURI>, <LocalName>)

Parameters:

<NamespaceURI> (required)

Type: String.
Namespace URI of deleted attribute.

<LocalName> (required)

Type: String.
Local name of the attribute.

Returned value:

Type: DOMAttribute.

Description:

Removes a node attribute from a collection by a specified name.

Availability:

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

    

1C:Enterprise Developer's Community