[#BloombergLP-balxml-Decoder_PrepareSequenceContext] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balxml.adoc[balxml]::Decoder_PrepareSequenceContext :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_PrepareSequenceContext; ---- == Description This class does one thing: ` o finds an element that has the 'IS_SIMPLE_CONTENT' flag set ` == Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/balxml/Decoder_PrepareSequenceContext/2constructor.adoc[`Decoder_PrepareSequenceContext`] [.small]#[constructor]# | Create a context object that records simple‐content metadata in the specified `simpleContentId` during a sequence preparation pass. | xref:BloombergLP/balxml/Decoder_PrepareSequenceContext/operator_call.adoc[`operator()`] | Record simple‐content metadata for the visited sequence attribute. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#