A base class for elements that are not definitions nor declarations. This class is just for creating a hierarchy for All, Choice, Group and Sequence classes. More...
#include <Content.h>
Public Member Functions | |
virtual Content * | clone () const =0 |
Content () | |
virtual | ~Content () |
A base class for elements that are not definitions nor declarations. This class is just for creating a hierarchy for All, Choice, Group and Sequence classes.
|
pure virtual |
Implemented in te::xsd::Sequence, te::xsd::Choice, te::xsd::Group, and te::xsd::All.