Process the specified character data while decoding.
Declared in <balxml_decoder.h>
virtual
int
addCharacters(
char const* chars,
std::size_t length,
Decoder* decoder) override;
0 on success, and a non-zero value otherwise
| Name | Description |
|---|---|
| chars | character data to process |
| length | number of characters in chars |
| decoder | decoder driving the parse |