diff options
author | Stef Walter <stef@memberwebs.com> | 2004-07-13 02:53:48 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2004-07-13 02:53:48 +0000 |
commit | e1c589443f0581cb5e53da1ea4b60cf1f3471ddd (patch) | |
tree | f7f02f3e7ae0bd29520f6543211771e71d8711d7 /src/xmlfixups.h | |
parent | 5eb52056cf799bd0f55b642a513e024c0304c604 (diff) |
Consolidate certain tags to the beginning of the document.
Diffstat (limited to 'src/xmlfixups.h')
-rw-r--r-- | src/xmlfixups.h | 1 |
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); }; |