Process the specified character data while decoding.

Synopsis

Declared in <balxml_decoder.h>

virtual
int
addCharacters(
    char const* chars,
    std::size_t length,
    Decoder* decoder) = 0;

Return Value

0 on success, and a non‐zero value otherwise

Parameters

Name

Description

chars

character data to process

length

number of characters in chars

decoder

decoder driving the parse

Created with MrDocs