A base class for XSD annotation elements. More...
#include <AnnotationItem.h>
Public Member Functions | |
AnnotationItem () | |
Constructor. More... | |
virtual AnnotationItem * | clone () const =0 |
It creates a clone of the annotation item. More... | |
virtual | ~AnnotationItem () |
Destructor. More... | |
A base class for XSD annotation elements.
Definition at line 45 of file AnnotationItem.h.
|
inline |
Constructor.
Definition at line 50 of file AnnotationItem.h.
|
inlinevirtual |
Destructor.
Definition at line 53 of file AnnotationItem.h.
|
pure virtual |
It creates a clone of the annotation item.
Implemented in te::xsd::Documentation, and te::xsd::AppInfo.