Create a parser for a sequence sub‐element using the specified decoder, elementName, and lenName.

Synopsis

Declared in <balxml_decoder.h>

Decoder_ParseSequenceSubElement(
    Decoder* decoder,
    char const* elementName,
    std::size_t lenName);

Created with MrDocs