Create a parser for a sequence sub-element.
Declared in <balxml_decoder.h>
Decoder_ParseSequenceSubElement(
Decoder* decoder,
char const* elementName,
std::size_t lenName);
| Name | Description |
|---|---|
| decoder | decoder driving the parse |
| elementName | name of the sub-element |
| lenName | length of elementName |