[#BloombergLP-balxml-Decoder_NillableContext-setElementContext] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balxml.adoc[balxml]::xref:BloombergLP/balxml/Decoder_NillableContext.adoc[Decoder_NillableContext]::setElementContext :relfileprefix: ../../../ :mrdocs: Set the element context to the specified `elementContext`. == Synopsis Declared in `<balxml_decoder.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void setElementContext(xref:BloombergLP/balxml/Decoder_ElementContext.adoc[Decoder_ElementContext]* elementContext); ---- == Description Set the element context to the specified `elementContext`. The behavior of all methods in this class are undefined if this method has not been called. == Parameters [cols="1,4"] |=== | Name| Description | *elementContext* | inner element context that performs the parse |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#