[#BloombergLP-balxml-Decoder_ParseSequenceSubElement-2constructor] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balxml.adoc[balxml]::xref:BloombergLP/balxml/Decoder_ParseSequenceSubElement.adoc[Decoder_ParseSequenceSubElement]::Decoder_ParseSequenceSubElement :relfileprefix: ../../../ :mrdocs: Create a parser for a sequence sub‐element. == Synopsis Declared in `<balxml_decoder.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- Decoder_ParseSequenceSubElement( xref:BloombergLP/balxml/Decoder.adoc[Decoder]* decoder, char const* elementName, std::size_t lenName); ---- == Parameters [cols="1,4"] |=== | Name| Description | *decoder* | decoder driving the parse | *elementName* | name of the sub‐element | *lenName* | length of `elementName` |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#