BloombergLP::balxml::Decoder_ElementContext::parseSubElement

Invoked when the decoder encounters a sub-element.

Synopsis

Declared in <balxml_decoder.h>

virtual
int
parseSubElement(
    char const* elementName,
    Decoder* decoder) = 0;

Return Value

0 on success, and a non-zero value otherwise

Parameters

NameDescription
elementNamename of the sub-element to parse
decoderdecoder driving the parse