Component-private class. Do not use.
Declared in <balxml_encoder.h>
class Encoder_SequenceSecondPass;
This class is used as the second pass when encoding elements of a sequence. It basically calls EncoderUtil_EncodeObject for elements that do not have IS_ATTRIBUTE flag. Note that the behavior is undefined if there is an element with the IS_SIMPLE_CONTENT flag.
| Name | Description |
|---|---|
Encoder_SequenceSecondPass [constructor] | Create a visitor for the second pass for sequences. |
operator() | Called back when an element is visited. |