]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetBibitem.h
Get rid of xmlize, bringing no advantage over escapeString.
[lyx.git] / src / insets / InsetBibitem.h
index 41497e18497f48ac185baafe37c29a156a7153a7..f0528f82c8077a89788c2346266d161341fb6071 100644 (file)
@@ -58,11 +58,13 @@ public:
        int plaintext(odocstringstream &, OutputParams const &,
                      size_t max_length = INT_MAX) const;
        ///
-       docstring xhtml(XHTMLStream &, OutputParams const &) const;
+       docstring xhtml(XMLStream &, OutputParams const &) const;
        ///
-       void collectBibKeys(InsetIterator const &) const;
+       void docbook(XMLStream &, OutputParams const &) const;
+       ///
+       void collectBibKeys(InsetIterator const &, support::FileNameList &) const;
        /// update the counter of this inset
-       void updateBuffer(ParIterator const &, UpdateType);
+       void updateBuffer(ParIterator const &, UpdateType, bool const deleted = false);
        ///@}
 
        /// \name Static public methods obligated for InsetCommand derived classes
@@ -74,12 +76,11 @@ public:
        ///
        static bool isCompatibleCommand(std::string const & s)
                { return s == "bibitem"; }
-       ///@}
-
-private:
        ///
        docstring bibLabel() const;
+       ///@}
 
+private:
        /// \name Private functions inherited from Inset class
        //@{
        ///