MeVisLab Toolbox Reference
|
#include "mlBase.h"
#include "mlTreeNode.h"
#include "../mlParserSystem.h"
#include "mlXMLParserSystem.h"
#include <mlTypeDefs.h>
Go to the source code of this file.
Classes | |
class | ml::XMLTreeNodeException |
The XMLTreeNodeException class extends the exceptions already provided by class TreeNodeException. More... | |
class | ml::XMLTreeNode |
The class XMLTreeNode implements the abstract class TreeNode to allow export and import of ML objects to and from XML files and strings. More... | |
Namespaces | |
namespace | XERCES_CPP_NAMESPACE |
Implement the AbstractPersistence(Input/Output)Stream classes with XML backend. | |
namespace | ml |
Main documentation file for ML users and developers. | |
Enumerations | |
enum | { ml::TNE_XML_SystemInit = TNE_COUNT , ml::TNE_XML_ParserError , ml::TNE_XML_ReadingRawDataSize , ml::TNE_XML_Unknown , ml::TNE_XML_Other , ml::TNE_XML_LAST_MESSAGE_IDX , ml::TNE_XML_COUNT = static_cast<int>(TNE_XML_LAST_MESSAGE_IDX) - TNE_COUNT } |
error codes for XMLTreeNode More... | |