From bd7f41609598e0a288b66c1c0f8c8604ebb7005e Mon Sep 17 00:00:00 2001 From: "varga%nixcorp.com" Date: Mon, 19 Apr 2004 07:21:37 +0000 Subject: [PATCH] Documenting the XML format. git-svn-id: svn://10.0.0.236/trunk@155113 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/extensions/sql/base/public/mozISqlResult.idl | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/mozilla/extensions/sql/base/public/mozISqlResult.idl b/mozilla/extensions/sql/base/public/mozISqlResult.idl index ba3f18556c1..331119cbed9 100644 --- a/mozilla/extensions/sql/base/public/mozISqlResult.idl +++ b/mozilla/extensions/sql/base/public/mozISqlResult.idl @@ -147,6 +147,18 @@ interface mozISqlResult : nsISupports /** * Returns a stream which may be used to return the rows as XML. * + * The XML format is: + * + * + * + * + * value11 + * value12 + * ... + * + * + * + * * @return the input stream */ mozISqlInputStream open();