XMLReader.NextAttribute

Syntax:

NextAttribute()

Returned value:

Type: Boolean.
True - attribute is read, False - there are no more attributes.

Description:

Positions current state of the object to the next attribute of the current element. If a call is performed at the current node StartElement, then the call is similar to method XMLReader.FirstAttribute.
At the same time properties XMLReader.NodeType, XMLReader.Name, XMLReader.LocalName, XMLReader.Prefix, XMLReader.NamespaceURI, XMLReader.Value and others get values that correspond to read attribute data.
Calling method XMLReader.Read interrupts reading element attributes and positions a current node to the next attribute after StartElement.

Availability:

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

    

1C:Enterprise Developer's Community