Return the number of unknown elements skipped during the last decode.
Synopsis
Declared in <balxml_decoder.h>
int
numUnknownElementsSkipped() const;
Description
Return the number of unknown elements that were skipped during the previous decoding operation. Note that unknown elements are skipped only if true == options()‐>skipUnknownElements().
Return Value
number of unknown elements skipped during the last decode
Created with MrDocs