From 47c6852f1d5b93a2dad7562513a17c617827c5d4 Mon Sep 17 00:00:00 2001 From: Stef Date: Sat, 10 Jul 2004 18:36:56 +0000 Subject: CVS reorganization --- src/xmlcomposer.h | 28 ---------------------------- 1 file changed, 28 deletions(-) (limited to 'src/xmlcomposer.h') diff --git a/src/xmlcomposer.h b/src/xmlcomposer.h index a4e0fae..5403240 100644 --- a/src/xmlcomposer.h +++ b/src/xmlcomposer.h @@ -82,38 +82,10 @@ public: DOM::Document getDocument() { return m_document; } - static bool isElement(const DOM::Node& node, const string& name); - static bool isEqualElement(const DOM::Element& el1, const DOM::Element& el2); - static void copyAttributes(const DOM::Element& src, DOM::Element& dest, const char** hideList); - static void insertAfter(DOM::Node& parent, const DOM::Node& node, const DOM::Node& ref); - static DOM::Element getContainingElement(const DOM::Node& node, const string& name); - static DOM::Element getPriorElement(const DOM::Node& node, const string& name); - - static wstring formatInt(int num); - const RtfParserOptions& getOptions() { return m_options; } protected: - // Cleanup Functions - void fixBlocks(DOM::Document doc); - void fixLists(const DOM::Document doc); - void fixStyles(const DOM::Document doc); - bool breakElement(const DOM::Element& el, const string& contain); - - void breakBreak(DOM::Document& doc, const string& contain, - const string& tag); - void breakLists(DOM::Document& document); - void breakTables(DOM::Document& document); - void breakTags(DOM::Document& doc, const string& parentName, - const string& tagName); - void breakBlocks(DOM::Document& document); - void wrapTags(DOM::Document& document, const string& tagName, - const string& wrapName); - - void removeTags(const DOM::Document& doc); - void removeDuplicates(const DOM::Document& doc); - virtual void clear(); -- cgit v1.2.3