From 1a0b2fe62cbfd2c0cb3a162787017dce98ed9dc6 Mon Sep 17 00:00:00 2001 From: Stef Date: Sat, 24 Jul 2004 22:32:14 +0000 Subject: - Bug fixes to new fixup scheme --- src/xmlcomposer.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/xmlcomposer.h') 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); -- cgit v1.2.3