summaryrefslogtreecommitdiff
path: root/src/xmlfixups.h
diff options
context:
space:
mode:
authorStef <stef@ws.local>2004-07-13 02:53:48 +0000
committerStef <stef@ws.local>2004-07-13 02:53:48 +0000
commit868bfee512331e44b90a2cf42d4b734f79ed4622 (patch)
treef7f02f3e7ae0bd29520f6543211771e71d8711d7 /src/xmlfixups.h
parentffaca765ed010aa6f367f417a97eaa99902870a1 (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);
};