summaryrefslogtreecommitdiff
path: root/src/xmlfixups.h
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2004-07-13 02:53:48 +0000
committerStef Walter <stef@memberwebs.com>2004-07-13 02:53:48 +0000
commite1c589443f0581cb5e53da1ea4b60cf1f3471ddd (patch)
treef7f02f3e7ae0bd29520f6543211771e71d8711d7 /src/xmlfixups.h
parent5eb52056cf799bd0f55b642a513e024c0304c604 (diff)
Consolidate certain tags to the beginning of the document.
Diffstat (limited to 'src/xmlfixups.h')
-rw-r--r--src/xmlfixups.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xmlfixups.h b/src/xmlfixups.h
index 2def770..a250c5a 100644
--- a/src/xmlfixups.h
+++ b/src/xmlfixups.h
@@ -57,6 +57,7 @@ public:
static void wrapTags(DOM::Document& document, const string& tagName, const string& wrapName);
static void removeTags(const DOM::Document& doc);
static void removeDuplicates(const DOM::Document& doc);
+ static void consolidateStartTags(DOM::Document& doc);
static void consolidateEndTags(DOM::Document& doc);
};