[#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: Parse the visited value into the specified `object`. == Synopses Declared in `<balxml_decoder.h>` Parse the visited value 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] category); ---- [.small]#xref:BloombergLP/balxml/Decoder_ParseAttribute/executeImp-03.adoc[_» more..._]# Parse the visited 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] category); ---- [.small]#xref:BloombergLP/balxml/Decoder_ParseAttribute/executeImp-0d7.adoc[_» more..._]# Parse the visited value into the specified `object`. [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 category); ---- [.small]#xref:BloombergLP/balxml/Decoder_ParseAttribute/executeImp-0d4.adoc[_» more..._]# == Return Value 0 on success, and a non‐zero value otherwise == Parameters [cols="1,4"] |=== | Name| Description | *object* | object being decoded | *formattingMode* | formatting mode for the element | *category* | bdlat type‐category tag selecting this overload |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#