[#BloombergLP-balxml-Decoder_ParseObject-executeImp-00] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balxml.adoc[balxml]::xref:BloombergLP/balxml/Decoder_ParseObject.adoc[Decoder_ParseObject]::executeImp :relfileprefix: ../../../ :mrdocs: Parse the visited element into the specified `object`, which is an array type. Return 0 on success, and a non‐zero value otherwise. == Synopsis Declared in `<balxml_decoder.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> int executeImp( TYPE* object, int formattingMode, xref:BloombergLP/bdlat_TypeCategory/Array.adoc[bdlat_TypeCategory::Array]); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#