Parse a sequence sub‐element into the specified object.

Synopsis

Declared in <balxml_decoder.h>

template<class TYPE>
int
execute(
    TYPE* object,
    int id,
    int formattingMode);

Return Value

0 on success, and a non‐zero value otherwise

Parameters

Name

Description

object

object being decoded

id

attribute or element identifier

formattingMode

formatting mode for the element

Created with MrDocs