[#BloombergLP-balxml-MiniReader-2constructor-0f] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balxml.adoc[balxml]::xref:BloombergLP/balxml/MiniReader.adoc[MiniReader]::MiniReader :relfileprefix: ../../../ :mrdocs: Constructors == Synopses Declared in `<balxml_minireader.h>` Construct a reader with the optionally specified `bufSize`. The instantiated MiniReader will utilize a memory buffer of `bufSize` while reading the input document. Optionally specify a `basicAllocator` used to supply memory. If `basicAllocator` is 0, the currently installed default allocator is used. Note that `bufSize` is a hint, which may be modified or ignored if it is not within a "sane" range. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit xref:BloombergLP/balxml/MiniReader/2constructor-03.adoc[MiniReader](xref:BloombergLP/bslma/Allocator.adoc[bslma::Allocator]* basicAllocator = 0); ---- [.small]#xref:BloombergLP/balxml/MiniReader/2constructor-03.adoc[_» more..._]# Construct a reader with the specified `bufSize` and the optionally specified `basicAllocator`. The instantiated `MiniReader` uses a memory buffer of `bufSize` while reading the input document. If `basicAllocator` is 0, the currently installed default allocator is used. `bufSize` is a hint and may be modified or ignored if it is not within a "sane" range. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit xref:BloombergLP/balxml/MiniReader/2constructor-0d.adoc[MiniReader]( int bufSize, xref:BloombergLP/bslma/Allocator.adoc[bslma::Allocator]* basicAllocator = 0); ---- [.small]#xref:BloombergLP/balxml/MiniReader/2constructor-0d.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#