summaryrefslogtreecommitdiff
path: root/src/xmlcomposer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xmlcomposer.h')
-rw-r--r--src/xmlcomposer.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/xmlcomposer.h b/src/xmlcomposer.h
index e73c032..83ea4cd 100644
--- a/src/xmlcomposer.h
+++ b/src/xmlcomposer.h
@@ -81,6 +81,9 @@ public:
// Push an XML element on the current level
void pushElement(const DOM::Element& element);
+ // Push an element at the top of the document
+ void pushTopElement(const DOM::Element& element);
+
// Replace current XML element with given element
void replaceElement(const DOM::Element& element);