[#BloombergLP-balxml-ListParser] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balxml.adoc[balxml]::ListParser :relfileprefix: ../../ :mrdocs: This is a push parser for lists. == Synopsis Declared in `<balxml_listparser.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> class ListParser; ---- == Type Aliases [cols="1,4"] |=== | Name| Description | xref:BloombergLP/balxml/ListParser/ParseElementCallback.adoc[`ParseElementCallback`] | Callable type for parsing a single list element. | xref:BloombergLP/balxml/ListParser/ParseElementFunction.adoc[`ParseElementFunction`] | Function‐pointer type for parsing a single list element. |=== == Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/balxml/ListParser/2constructor.adoc[`ListParser`] [.small]#[constructor]# | Create a parser for lists. | xref:BloombergLP/balxml/ListParser/beginParse.adoc[`beginParse`] | Prepare the parser to start parsing a new value and associate the specified `object` with the parser. | xref:BloombergLP/balxml/ListParser/endParse.adoc[`endParse`] | Ends the parse operation and store the value parsed from the pushed characters into the associated object. | xref:BloombergLP/balxml/ListParser/pushCharacters.adoc[`pushCharacters`] | Push the characters ranging from the specified `begin` up to (but not including) the specified `end` into this parser. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#