summaryrefslogtreecommitdiff
path: root/lib/xml.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/xml.h')
-rw-r--r--lib/xml.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/xml.h b/lib/xml.h
index c611d74..2c3450a 100644
--- a/lib/xml.h
+++ b/lib/xml.h
@@ -41,6 +41,8 @@ class cXml
XMLElement* getFirst(XMLNode* node = 0);
XMLElement* getNext(XMLNode* node);
+ XMLElement* getElementByName(const char* name, XMLElement* element = 0);
+
const char* toText();
private: