[#BloombergLP-balxml-Decoder_ParseAttribute] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balxml.adoc[balxml]::Decoder_ParseAttribute :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_ParseAttribute; ---- == Description Parse an attribute. == Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/balxml/Decoder_ParseAttribute/2constructor.adoc[`Decoder_ParseAttribute`] [.small]#[constructor]# | Create an attribute parser for the specified name and value. | xref:BloombergLP/balxml/Decoder_ParseAttribute/execute.adoc[`execute`] | Parse the visited element into the specified `object` using the specified formatting mode. | xref:BloombergLP/balxml/Decoder_ParseAttribute/executeImp-01.adoc[`executeImp`] | `executeImp` overloads | xref:BloombergLP/balxml/Decoder_ParseAttribute/failed.adoc[`failed`] | Return `true` if parsing failed and `false` otherwise. | xref:BloombergLP/balxml/Decoder_ParseAttribute/operator_call.adoc[`operator()`] | Parse simple sequence content into the specified `object`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#