|
bpmn++
A BPMN parser library, written in C++
|
#include "XMLObject.h"#include <xercesc/parsers/XercesDOMParser.hpp>#include <xercesc/util/BinInputStream.hpp>#include <xercesc/sax/InputSource.hpp>#include <iostream>#include <algorithm>Go to the source code of this file.
Namespaces | |
| XML | |
The XML namespace contains classes representing XML-nodes defined in given XML-schema(s). | |
Functions | |
| std::string | XML::transcode (const XMLCh *xmlChStr) |
| std::ostream & | XML::operator<< (std::ostream &os, const XMLObject *obj) |
| Allows printing of stringified XML object. More... | |
| std::ostream & | XML::operator<< (std::ostream &os, const XMLObject &obj) |
| Allows printing of stringified XML object. More... | |