ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/XmlTools2/trunk/utilxmltools.h
(Generate patch)

Comparing XmlTools2/trunk/utilxmltools.h (file contents):
Revision 906 by s10k, Sat Feb 1 14:27:58 2014 UTC vs.
Revision 920 by s10k, Sun Feb 2 18:50:10 2014 UTC

# Line 13 | Line 13 | QStringList getAllXmlFilesByWildcard(con
13   QStringList getAllPatchFilesByWildcard(const QString &wildcard);
14   void backupFile(const QString &file);
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);
17   void displaySuccessMessage(const int numberOperations, const QString &operation);
18   void displayErrorMessage(const QString& operation, const QString &message, bool exitProgram=true);
19 < pugi::xml_node getFirstNamedElements(pugi::xml_node &node, XmlFilter &filters);
19 > pugi::xml_node getFirstNamedElement(pugi::xml_node &node, XmlFilter &filters);
20 > pugi::xml_node getFirstXpathElement(const QString &xPathExpression, pugi::xml_document &doc);
21  
22   //// inline functions
23  

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)