[#BloombergLP-balxml-Decoder_ParseObject] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balxml.adoc[balxml]::Decoder_ParseObject :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_ParseObject; ---- == Description Parse the visited object. == Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/balxml/Decoder_ParseObject/2constructor-0d.adoc[`Decoder_ParseObject`] [.small]#[constructor]# | Create a parser for the visited object. | xref:BloombergLP/balxml/Decoder_ParseObject/execute.adoc[`execute`] | Parse the visited element into the specified `object`. | xref:BloombergLP/balxml/Decoder_ParseObject/executeArrayImp-0d.adoc[`executeArrayImp`] | Parse the visited array element into the specified `object`. | xref:BloombergLP/balxml/Decoder_ParseObject/executeArrayRepetitionImp.adoc[`executeArrayRepetitionImp`] | Parse the visited array element using repetition formatting. | xref:BloombergLP/balxml/Decoder_ParseObject/executeImp-0c1.adoc[`executeImp`] | Parse the visited value into the specified `object`. | xref:BloombergLP/balxml/Decoder_ParseObject/operator_call.adoc[`operator()`] | Parse the visited attribute or element described by `info` into `object`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#