[#BloombergLP-balxml-Decoder_ParseSequenceSubElement] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balxml.adoc[balxml]::Decoder_ParseSequenceSubElement :relfileprefix: ../../ :mrdocs: COMPONENT‐PRIVATE CLASS. DO NOT USE OUTSIDE OF THIS COMPONENT. == Synopsis Declared in `<balxml_decoder.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class Decoder_ParseSequenceSubElement; ---- == Description This is similar to `Decoder_ParseObject`. == Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/balxml/Decoder_ParseSequenceSubElement/2constructor.adoc[`Decoder_ParseSequenceSubElement`] [.small]#[constructor]# | Create a parser for a sequence sub‐element using the specified `decoder`, `elementName`, and `lenName`. | xref:BloombergLP/balxml/Decoder_ParseSequenceSubElement/execute.adoc[`execute`] | Parse a sequence sub‐element into the specified `object`. | xref:BloombergLP/balxml/Decoder_ParseSequenceSubElement/operator_call.adoc[`operator()`] | Parse the visited attribute or element described by `info` into `object`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#