BloombergLP::balxml::Decoder::setNumUnknownElementsSkipped

Set the count of unknown elements skipped during the current decode.

Synopsis

Declared in <balxml_decoder.h>

void
setNumUnknownElementsSkipped(int value);

Description

Set the number of unknown elements skipped by the decoder during the current decoding operation to the specified value. The behavior is undefined unless 0 <= value.

Parameters

NameDescription
valuenew count of unknown elements skipped