BloombergLP::balxml::Decoder_ChoiceContext::parseAttribute

Invoked when the decoder encounters an attribute.

Synopsis

Declared in <balxml_decoder.h>

virtual
int
parseAttribute(
    char const* name,
    char const* value,
    std::size_t lenValue,
    Decoder* decoder) override;

Return Value

0 on success, and a non-zero value otherwise

Parameters

NameDescription
nameattribute name
valueattribute value text
lenValuelength of value
decoderdecoder driving the parse