#include <QtCore/QString>
#include "nbparser.h"
#include "document.h"
#include "factory.h"
#include "xmlnodename.h"
Namespaces | |
namespace | IAEX |
Classes | |
class | IAEX::XMLParser |
Open an XML file and read the content. The xmlparser support two different read modes: READMODE_NORMAL : Read the xml file normaly READMODE_OLD : Read the xml file accordantly to the old xml format used by OMNotebook. More... |