#include <XMLCleaner.hpp>
Protected Member Functions |
std::string | saveXML (Poco::XML::Node *node) |
bool | isOmitNode (const Poco::XML::XMLString &nodeValue) |
Detailed Description
Definition at line 35 of file XMLCleaner.hpp.
Constructor & Destructor Documentation
XMLCleaner::XMLCleaner |
( |
| ) |
|
|
inline |
XMLCleaner::XMLCleaner |
( |
const std::string & |
_XMLPath, |
|
|
const std::string & |
_elemName, |
|
|
const std::string & |
_idName, |
|
|
ResOmitType |
_resOmitType = ResOmitType::ROM_NOT_OMIT |
|
) |
| |
|
inline |
virtual XMLCleaner::~XMLCleaner |
( |
| ) |
|
|
inlinevirtual |
Member Function Documentation
bool XMLCleaner::isOmitNode |
( |
const Poco::XML::XMLString & |
nodeValue | ) |
|
|
inlineprotected |
std::string XMLCleaner::process |
( |
const std::string & |
inXML, |
|
|
const std::set< std::string > & |
delList |
|
) |
| |
std::string XMLCleaner::saveXML |
( |
Poco::XML::Node * |
node | ) |
|
|
protected |
void XMLCleaner::setOmitType |
( |
ResOmitType |
_resOmitType | ) |
|
|
inline |
The documentation for this class was generated from the following files: