COMPONENT‐PRIVATE CLASS. DO NOT USE OUTSIDE OF THIS COMPONENT.
Synopsis
Declared in <balxml_decoder.h>
template<class TYPE>
class Decoder_ListParser;
Description
This is a wrapper around ListParser<TYPE>. The Decoder_PushParserContext class needs a default constructible push parser. However, ListParser<TYPE> is not default constructible ‐ it requires an parseElementCallback. This wrapper provides a default constructor that passes TypesParserUtil::parseDefault as the callback.
Member Functions
Name |
Description |
|
Create a list parser that uses |
Begin parsing into the specified |
|
Finish parsing the current list. Return 0 on success, and a non‐zero value otherwise. |
|
Append character data from the specified iterator range |
Created with MrDocs