[#BloombergLP-balxml-Decoder_StdVectorCharContext] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balxml.adoc[balxml]::Decoder_StdVectorCharContext :relfileprefix: ../../ :mrdocs: COMPONENT‐PRIVATE CLASS. DO NOT USE OUTSIDE OF THIS COMPONENT. == Synopsis Declared in `<balxml_decoder.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class Decoder_StdVectorCharContext : public xref:BloombergLP/balxml/Decoder_ElementContext.adoc[Decoder_ElementContext] ---- == Description Proxy context for `bsl::string`. This is just a proxy context. It will forward all callbacks to the appropriate context, based on the formatting mode. == Base Classes [cols="1,4"] |=== | Name| Description | `xref:BloombergLP/balxml/Decoder_ElementContext.adoc[Decoder_ElementContext]` | COMPONENT‐PRIVATE CLASS. DO NOT USE OUTSIDE OF THIS COMPONENT. |=== == Type Aliases [cols="1,4"] |=== | Name| Description | xref:BloombergLP/balxml/Decoder_StdVectorCharContext/Base64Context.adoc[`Base64Context`] | Context type for Base64‐encoded `bsl::vector<char>` values. | xref:BloombergLP/balxml/Decoder_StdVectorCharContext/HexContext.adoc[`HexContext`] | Context type for hex‐encoded `bsl::vector<char>` values. | xref:BloombergLP/balxml/Decoder_StdVectorCharContext/ListContext.adoc[`ListContext`] | Context type for space‐separated `bsl::vector<char>` list values. | xref:BloombergLP/balxml/Decoder_StdVectorCharContext/UTF8Context.adoc[`UTF8Context`] | Context type for UTF‐8 `bsl::vector<char>` values. |=== == Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/balxml/Decoder_StdVectorCharContext/2constructor.adoc[`Decoder_StdVectorCharContext`] [.small]#[constructor]# | Create a proxy context for decoding a `bsl::vector<char>`. | xref:BloombergLP/balxml/Decoder_StdVectorCharContext/2destructor.adoc[`~Decoder_StdVectorCharContext`] [.small]#[destructor]# [.small]#[virtual]# | Destroy this object. | xref:BloombergLP/balxml/Decoder_StdVectorCharContext/addCharacters.adoc[`addCharacters`] [.small]#[virtual]# | Process the specified character data while decoding. | xref:BloombergLP/balxml/Decoder_ElementContext/beginParse.adoc[`beginParse`] | Invoked when the decoder begins parsing. | xref:BloombergLP/balxml/Decoder_StdVectorCharContext/endElement.adoc[`endElement`] [.small]#[virtual]# | Invoked when the decoder finishes parsing an element. | xref:BloombergLP/balxml/Decoder_StdVectorCharContext/parseAttribute.adoc[`parseAttribute`] [.small]#[virtual]# | Invoked when the decoder encounters an attribute. | xref:BloombergLP/balxml/Decoder_StdVectorCharContext/parseSubElement.adoc[`parseSubElement`] [.small]#[virtual]# | Invoked when the decoder encounters a sub‐element. | xref:BloombergLP/balxml/Decoder_StdVectorCharContext/startElement.adoc[`startElement`] [.small]#[virtual]# | Invoked when the decoder begins parsing an element. |=== == Data Members [cols="1,4"] |=== | Name| Description | xref:BloombergLP/balxml/Decoder_StdVectorCharContext/d_base64Context.adoc[`d_base64Context`] [.small]#[variant member]# | Storage for a Base64 parsing context. | xref:BloombergLP/balxml/Decoder_StdVectorCharContext/d_hexContext.adoc[`d_hexContext`] [.small]#[variant member]# | Storage for a hex parsing context. | xref:BloombergLP/balxml/Decoder_StdVectorCharContext/d_listContext.adoc[`d_listContext`] [.small]#[variant member]# | Storage for a list parsing context. | xref:BloombergLP/balxml/Decoder_StdVectorCharContext/d_utf8Context.adoc[`d_utf8Context`] [.small]#[variant member]# | Storage for a UTF‐8 parsing context. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#