]> git.lyx.org Git - lyx.git/blobdiff - src/output_xhtml.h
Add test-refstyle-references to cmake. Also added missing file test-refstyle-referenc...
[lyx.git] / src / output_xhtml.h
index 416e0daf4909337cdcf091693dd92e880d0a4b67..497ffdbce019f3bbf8dfe0b316d0c701cccc0991 100644 (file)
@@ -134,13 +134,21 @@ public:
        /// Sets what we are going to escape on the NEXT write.
        /// Everything is reset for the next time.
        XHTMLStream & operator<<(EscapeSettings);
+#if 0
+       /// This routine is for debugging the tag stack, etc. Code
+       /// for it is disabled by default, however, so you will need
+       /// to enable it if you want to use it.
+       void dumpTagStack(std::string const & msg) const;
+#endif
 private:
        ///
        void clearTagDeque();
        ///
-       bool isTagOpen(std::string const &);
+       bool isTagOpen(std::string const &) const;
+       ///
+       bool isTagPending(std::string const &) const;
        ///
-       void writeError(std::string const &);
+       void writeError(std::string const &) const;
        ///
        odocstream & os_;
        ///