[#BloombergLP-balxml-Decoder_ElementContext-parseSubElement] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balxml.adoc[balxml]::xref:BloombergLP/balxml/Decoder_ElementContext.adoc[Decoder_ElementContext]::parseSubElement :relfileprefix: ../../../ :mrdocs: Invoked when the decoder encounters a sub‐element. == Synopsis Declared in `<balxml_decoder.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual int parseSubElement( char const* elementName, xref:BloombergLP/balxml/Decoder.adoc[Decoder]* decoder) = 0; ---- == Return Value 0 on success, and a non‐zero value otherwise == Parameters [cols="1,4"] |=== | Name| Description | *elementName* | name of the sub‐element to parse | *decoder* | decoder driving the parse |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#