[#BloombergLP-balxml-Decoder_ParseAttribute-executeImp-01] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balxml.adoc[balxml]::xref:BloombergLP/balxml/Decoder_ParseAttribute.adoc[Decoder_ParseAttribute]::executeImp :relfileprefix: ../../../ :mrdocs: `executeImp` overloads == Synopses Declared in `<balxml_decoder.h>` Parse a dynamic type into the specified `object`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> int xref:BloombergLP/balxml/Decoder_ParseAttribute/executeImp-03.adoc[executeImp]( TYPE* object, int formattingMode, xref:BloombergLP/bdlat_TypeCategory/DynamicType.adoc[bdlat_TypeCategory::DynamicType]); ---- [.small]#xref:BloombergLP/balxml/Decoder_ParseAttribute/executeImp-03.adoc[_» more..._]# Parse a nullable value into the specified `object`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> int xref:BloombergLP/balxml/Decoder_ParseAttribute/executeImp-0d7.adoc[executeImp]( TYPE* object, int formattingMode, xref:BloombergLP/bdlat_TypeCategory/NullableValue.adoc[bdlat_TypeCategory::NullableValue]); ---- [.small]#xref:BloombergLP/balxml/Decoder_ParseAttribute/executeImp-0d7.adoc[_» more..._]# Parse the visited value into the specified `object` using the specified category. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class TYPE, class ANY_CATEGORY> int xref:BloombergLP/balxml/Decoder_ParseAttribute/executeImp-0d4.adoc[executeImp]( TYPE* object, int formattingMode, ANY_CATEGORY); ---- [.small]#xref:BloombergLP/balxml/Decoder_ParseAttribute/executeImp-0d4.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#