COMPONENT‐PRIVATE CLASS. DO NOT USE OUTSIDE OF THIS COMPONENT.
Synopsis
Declared in <balxml_decoder.h>
class Decoder_StdStringContext
: public 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
Name |
Description |
COMPONENT‐PRIVATE CLASS. DO NOT USE OUTSIDE OF THIS COMPONENT. |
Type Aliases
Name |
Description |
Context type for Base64‐encoded |
|
Context type for hex‐encoded |
|
Context type for UTF‐8 |
Member Functions
Name |
Description |
|
Create a proxy context for decoding a |
|
Destroy this object. |
|
Process the specified character data while decoding. |
Invoked when the decoder begins parsing. |
|
|
Invoked when the decoder finishes parsing an element. |
|
Invoked when the decoder encounters an attribute. |
|
Invoked when the decoder encounters a sub‐element. |
|
Invoked when the decoder begins parsing an element. |
Data Members
Name |
Description |
|
Storage for a Base64 parsing context. |
|
Storage for a hex parsing context. |
|
Storage for a UTF‐8 parsing context. |
Created with MrDocs