Set the element context to the specified elementContext.
Synopsis
Declared in <balxml_decoder.h>
void
setElementContext(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
Name |
Description |
elementContext |
inner element context that performs the parse |
Created with MrDocs