#include <Group.h>
Public Member Functions | |
| Group () | |
| ~Group () | |
| Group (const Group &g) | |
| Group (const std::string &name, int minimum, int maximum) | |
| int | getMin () const |
| void | setMin (int m) |
| int | getMax () const |
| void | setMax (int m) |
| std::string | getName () const |
| void | setName (const std::string &n) |
| void | setAnnotation (const std::string &s) |
| ContentModel * | getContents () const |
| void | setContents (const ContentModel *cm, bool isRef=false) |
Definition at line 33 of file Group.h.
| Schema::Group::Group | ( | const std::string & | name, | |
| int | minimum, | |||
| int | maximum | |||
| ) |
| void Schema::Group::setName | ( | const std::string & | n | ) | [inline] |
| void Schema::Group::setAnnotation | ( | const std::string & | s | ) | [inline] |
| ContentModel * Schema::Group::getContents | ( | ) | const [inline] |
| void Schema::Group::setContents | ( | const ContentModel * | cm, | |
| bool | isRef = false | |||
| ) | [inline] |
1.4.7