[#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 using the specified `decoder`, `elementName`, and `lenName`. | xref:BloombergLP/balxml/Decoder_ParseObject/execute.adoc[`execute`] | Parse the visited element into the specified `object` using the specified formatting mode. | xref:BloombergLP/balxml/Decoder_ParseObject/executeArrayImp-0d.adoc[`executeArrayImp`] | `executeArrayImp` overloads | xref:BloombergLP/balxml/Decoder_ParseObject/executeArrayRepetitionImp.adoc[`executeArrayRepetitionImp`] | Parse an array element that supports repetition formatting only. | xref:BloombergLP/balxml/Decoder_ParseObject/executeImp-0c1.adoc[`executeImp`] | `executeImp` overloads | 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]#