DOMNodeWriter.WriteStartAttribute

Syntax variant: Record with an attribute full name

Syntax:

WriteStartAttribute(<FullMane>)

Parameters:

<FullMane> (required)

Type: String.
Full name of a recorded element. Can include a prefix. For example: "nsp".

Syntax variant: Record with a local name and namespace URI

Syntax:

WriteStartAttribute(<LocalName>, <NamespaceURI>)

Parameters:

<LocalName> (required)

Type: String.
Local name of an attribute (without a prefix).

<NamespaceURI> (required)

Type: String.
Namespace URI for attribute name.

Description of method variant:

Namespace match must be recorded with a record of higher-level attribute or a given attribute.

Description:

Writes attribute start. Can be called after calling a method DOMNodeWriter.WriteStartElement, but prior to calling methods DOMNodeWriter.WriteEndElement, DOMNodeWriter.WriteText, DOMNodeWriter.WriteComment, DOMNodeWriter.WriteCDATASection or DOMNodeWriter.WriteStartAttribute.

Availability:

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

    

1C:Enterprise Developer's Community