FastInfosetReader.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 FastInfosetReader.FirstAttribute.
At the same time properties FastInfosetReader.NodeType, FastInfosetReader.Name, FastInfosetReader.LocalName, FastInfosetReader.Prefix, FastInfosetReader.NamespaceURI, FastInfosetReader.Value and others get values that correspond to read attribute data.
Calling method FastInfosetReader.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