|
hce-node application
1.4.3
HCE Hierarchical Cluster Engine node application
|
#include <Poco/DOM/DOMParser.h>#include <Poco/DOM/DOMWriter.h>#include <Poco/DOM/Document.h>#include <Poco/DOM/NodeIterator.h>#include <Poco/DOM/NodeFilter.h>#include <Poco/DOM/AutoPtr.h>#include <Poco/DOM/NamedNodeMap.h>#include <Poco/XML/XMLWriter.h>#include <Poco/SAX/InputSource.h>#include <Poco/SharedPtr.h>#include <set>#include <string>

Go to the source code of this file.
Classes | |
| class | XMLCleaner |
Namespaces | |
| namespace | HCE |
| < HCE::ServerApplication provides global variable 'HCE::database::Session' which initializes in function 'HCE::ServerApplication::initializeDataBaseSession()' | |
Enumerations | |
| enum | ResOmitType { ROM_NOT_OMIT = 0, ROM_EMPTY_OMIT = 1, ROM_NOT_NUM_OMIT = 2 } |
XMLCleaner - espesial xml processing. Class contents 3 fields : XMLPath - xml path to the processing elements elemName - processing element's name, idName - name of element ident, representing as element's attribute. process() method - gets xml string(inXML param), breaks duplicate elements, and elements included in the delList list (second param) and returns resulting xml string.
Definition in file XMLCleaner.hpp.
| enum ResOmitType |
Definition at line 33 of file XMLCleaner.hpp.