Append character data from the specified iterator range [begin, end)] to the current list parse. Return 0 on success, and a non‐zero value otherwise.

Synopsis

Declared in <balxml_decoder.h>

template<class INPUT_ITERATOR>
int
pushCharacters(
    INPUT_ITERATOR begin,
    INPUT_ITERATOR end);

Created with MrDocs