9 |
|
|
10 |
|
namespace UtilXmlTools{ |
11 |
|
|
12 |
< |
QStringList getAllXmlFilesByWildcard(const QString &wildcard); |
13 |
< |
QStringList getAllPatchFilesByWildcard(const QString &wildcard); |
12 |
> |
QVector<QString> getAllXmlFilesByWildcard(const QString &wildcard); |
13 |
> |
QVector<QString> getAllPatchFilesByWildcard(const QString &wildcard); |
14 |
|
void backupFile(const QString &file, bool verboseEnabled); |
15 |
|
void getAllNamedElements(pugi::xml_node &node, QList<pugi::xml_node> &result, XmlFilter &filters); |
16 |
|
void getAllXpathElements(const QString &xPathExpression, pugi::xml_document &doc, QList<pugi::xml_node> &result); |