Public Member Functions | |
| void | ReadXML (const char *filename) |
| void | WriteXML (const char *filename) const |
| void | Empty () |
| void | AddItem (vtItem *item) |
| void | RemoveItem (vtItem *item) |
| unsigned int | NumItems () |
| virtual vtItem * | NewItem () |
| vtItem * | GetItem (int i) |
| vtItem * | FindItemByName (const char *name) |
| vtItem * | FindItemByType (const char *type, const char *subtype) |
| vtString | GetFilename () |
Protected Attributes | |
| vtArray< vtItem * > | m_items |
| vtString | m_strFilename |
|
|
Read content items from an XML file. There is no return value because if there is an error, an xh_io_exception will be thrown.
|
|
|
Write content items to an XML file. There is no return value because if there is an error, an xh_io_exception will be thrown.
|
1.4.5