#include "oofxml.h"
#include "oof3.h"
#include "expatpp.h"
Include dependency graph for oofxmldb.h:

This graph shows which files directly or indirectly include this file:

Classes | |
| class | oofSerializable |
| Base class for objects that can be serialised out to XML Serialisation allows you to have custom calcs save a signature and data and (if your code is linked to the reader) have these objects instantiated on reading back the XML. More... | |
| class | oofSerializableFactory |
| default factory handles registering a factory function More... | |
| class | oofXMLdataParser |
| Parse subtree of XML assuming all tags are fields or tables. More... | |
| class | oofXMLDBWriter |
| Write a database to XML on iostream with included tag. More... | |
| class | oofXMLschemaParser |
| Parse an OOFILE database schema from XML. More... | |
| class | oofXMLserializableParser |
| Parser for oofSerializable objects which have been written to XML. More... | |
Typedefs | |
| typedef oofSerializable *(* | oofSerializableFactoryFunction )(const oofString &) |
| define static factory function taking a const oofString& and returning an oofSerializable. | |
1.3.5