[#BloombergLP-balxml-Encoder-2constructor-0cc] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balxml.adoc[balxml]::xref:BloombergLP/balxml/Encoder.adoc[Encoder]::Encoder :relfileprefix: ../../../ :mrdocs: Create an encoder using the specified `options`. == Synopsis Declared in `<balxml_encoder.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- Encoder( xref:BloombergLP/balxml/EncoderOptions.adoc[EncoderOptions] const* options, xref:BloombergLP/bslma/Allocator.adoc[bslma::Allocator]* basicAllocator); ---- == Parameters [cols="1,4"] |=== | Name| Description | *options* | encoding options; held, not owned | *basicAllocator* | memory allocator used to supply memory |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#