COMPONENT‐PRIVATE CLASS. DO NOT USE OUTSIDE OF THIS COMPONENT.
Synopsis
Declared in <balxml_decoder.h>
template<class TYPE>
class Decoder_SequenceContext
: public Decoder_ElementContext
Description
Context for types that fall under bdlat_TypeCategory::Sequence.
Base Classes
Name |
Description |
COMPONENT‐PRIVATE CLASS. DO NOT USE OUTSIDE OF THIS COMPONENT. |
Member Functions
Name |
Description |
|
Create a sequence parsing context for the specified |
|
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. |
Created with MrDocs