From 7b3009bda41b58036c7a843611e6b46e5b3463d0 Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Mon, 19 Nov 2012 16:56:24 -0500 Subject: Method description. Change-Id: I754ef846c3bc2d032a818dce6c223da89b3f8ccd --- sc/inc/orcusfilters.hxx | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'sc/inc/orcusfilters.hxx') diff --git a/sc/inc/orcusfilters.hxx b/sc/inc/orcusfilters.hxx index dd9778d3b263..ee8d3f8c2a2c 100644 --- a/sc/inc/orcusfilters.hxx +++ b/sc/inc/orcusfilters.hxx @@ -29,6 +29,15 @@ public: virtual bool importCSV(ScDocument& rDoc, const rtl::OUString& rPath) const = 0; + /** + * Create a context for XML file. The context object stores session + * information for each unique XML file. You must create a new context + * for each XML file, and never to re-use the same context for multiple + * XML files. + * + * The caller is responsible for deleting the instance returned from this + * method when it's done. + */ virtual ScOrcusXMLContext* createXMLContext(ScDocument& rDoc, const rtl::OUString& rPath) const = 0; }; -- cgit