|
BDE 4.39.x Production Release
|
#include <balxml_encoder.h>
Component-private class. Do not use.
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.
IS_SIMPLE_CONTENT flag.See balxml_encoder
Public Member Functions | |
| Encoder_SequenceSecondPass (Encoder_Context *context) | |
| template<class TYPE , class INFO_TYPE > | |
| int | operator() (const TYPE &object, const INFO_TYPE &info) |
|
inlineexplicit |
Create a visitor for the second pass for sequences.
| int balxml::Encoder_SequenceSecondPass::operator() | ( | const TYPE & | object, |
| const INFO_TYPE & | info | ||
| ) |
Called back when an element is visited.