[#BloombergLP-balxml-Encoder_EncodeValue] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balxml.adoc[balxml]::Encoder_EncodeValue :relfileprefix: ../../ :mrdocs: Component‐private class. Do not use. == Synopsis Declared in `<balxml_encoder.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class Encoder_EncodeValue; ---- == Description This class just encodes a value _without_ any enclosing tags. == Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/balxml/Encoder_EncodeValue/2constructor.adoc[`Encoder_EncodeValue`] [.small]#[constructor]# | Create a value encoder bound to the specified `context`. | xref:BloombergLP/balxml/Encoder_EncodeValue/execute.adoc[`execute`] | Encode the specified `object` with the specified `formattingMode`. | xref:BloombergLP/balxml/Encoder_EncodeValue/executeImp-02.adoc[`executeImp`] | `executeImp` overloads | xref:BloombergLP/balxml/Encoder_EncodeValue/operator_call.adoc[`operator()`] | Encode the specified `object` using metadata from the specified `info`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#