MeVisLabToolboxReference
MeVisLab/Standard/Sources/ML/MLParser/mlXMLParser/mlXMLPersistenceStream.h File Reference

Implement the AbstractPersistence(Input/Output)Stream classes with XML backend. More...

#include "mlBase.h"
#include "mlBasics.h"
#include "mlAbstractPersistenceStream.h"
#include "../mlParserSystem.h"
#include "mlXMLParserSystem.h"

Go to the source code of this file.

Classes

class  ml::XMLPersistenceStream
 mix-in class that manages a stack of names for list elements and if the parent scope of the list is suppressed (for handling legacy file formats) More...
struct  ml::XMLPersistenceStream::ListStackEntry
class  ml::XMLPersistenceOutputStream
 Implementation for AbstractPersistenceOutputStream using Xerces DOM Parser. More...
class  ml::XMLPersistenceInputStream
 Implementation for AbstractPersistenceInputStream using Xerces DOM Parser. More...

Namespaces

namespace  XERCES_CPP_NAMESPACE
namespace  ml
 

Define the namespace name like in the ML. Default is ml.



Detailed Description

Implement the AbstractPersistence(Input/Output)Stream classes with XML backend.

Author:
Uwe Siems
Date:
2012-11

Definition in file mlXMLPersistenceStream.h.