|
BDE 4.39.x Production Release
|
#include <s_baltst_basicschemautil.h>
This function-object class provides a function-call operator that removes all annotations from an element choice.
Public Member Functions | |
| BasicSchemaUtil_ChoiceAnnotationRemover () | |
| template<class ELEMENT_CHOICE_TYPE > | |
| void | operator() (ELEMENT_CHOICE_TYPE &element) const |
| s_baltst::BasicSchemaUtil_ChoiceAnnotationRemover::BasicSchemaUtil_ChoiceAnnotationRemover | ( | ) |
Create a BasicSchemaUtil_ChoiceAnnotationRemover object.
| void s_baltst::BasicSchemaUtil_ChoiceAnnotationRemover::operator() | ( | ELEMENT_CHOICE_TYPE & | element | ) | const |
Recursively remove all annotation sub-elements from the specified element.
ELEMENT_CHOICE_TYPE parameter is one of the "Choice"-suffixed types provided by s_baltst::BasicSchema.