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

Defines library specific stuff, mostly for system independence. More...

#include "../mlParserSystem.h"
#include <xercesc/util/PlatformUtils.hpp>
#include <xercesc/util/XMLString.hpp>
#include <xercesc/parsers/XercesDOMParser.hpp>
#include <xercesc/dom/DOMImplementationRegistry.hpp>
#include <xercesc/dom/DOMImplementation.hpp>
#include <xercesc/dom/DOMNodeList.hpp>
#include <xercesc/dom/DOMBuilder.hpp>
#include <xercesc/dom/DOMElement.hpp>
#include <xercesc/dom/DOMAttr.hpp>
#include <xercesc/dom/DOMText.hpp>
#include <xercesc/dom/DOMNamedNodeMap.hpp>
#include <xercesc/dom/DOMWriter.hpp>
#include <xercesc/framework/LocalFileInputSource.hpp>
#include <xercesc/framework/MemBufInputSource.hpp>
#include <xercesc/framework/LocalFileFormatTarget.hpp>
#include <xercesc/framework/MemBufFormatTarget.hpp>
#include "base64/Base64Coder.h"
#include <fstream>

Go to the source code of this file.

Classes

class  StringX
 Class for easy (though not terribly efficient) transcoding of XMLCh data to local code page for display. More...
class  XString
 Class transcoding local code page to XMLCh data for display. More...

Detailed Description

Defines library specific stuff, mostly for system independence.

Author:
Jan-Martin Kuhnigk
Date:
9/2002

Definition in file mlXMLParserSystem.h.