[#BloombergLP-balxml-Decoder_ElementContext-parseAttribute] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balxml.adoc[balxml]::xref:BloombergLP/balxml/Decoder_ElementContext.adoc[Decoder_ElementContext]::parseAttribute :relfileprefix: ../../../ :mrdocs: Invoked when the decoder encounters an attribute. Return 0 on success, and a non‐zero value otherwise. == Synopsis Declared in `<balxml_decoder.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual int parseAttribute( char const* name, char const* value, std::size_t lenValue, xref:BloombergLP/balxml/Decoder.adoc[Decoder]* decoder) = 0; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#