[#BloombergLP-balxml-Decoder_UTF8Context-parseAttribute] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balxml.adoc[balxml]::xref:BloombergLP/balxml/Decoder_UTF8Context.adoc[Decoder_UTF8Context]::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) override; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#