Documenting the XML format.
git-svn-id: svn://10.0.0.236/trunk@155113 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -147,6 +147,18 @@ interface mozISqlResult : nsISupports
|
||||
/**
|
||||
* Returns a stream which may be used to return the rows as XML.
|
||||
*
|
||||
* The XML format is:
|
||||
* <?xml version="1.0"?>
|
||||
* <document>
|
||||
* <body>
|
||||
* <row>
|
||||
* <cell>value11</cell>
|
||||
* <cell>value12</cell>
|
||||
* ...
|
||||
* </row>
|
||||
* </body>
|
||||
* </document>
|
||||
*
|
||||
* @return the input stream
|
||||
*/
|
||||
mozISqlInputStream open();
|
||||
|
||||
Reference in New Issue
Block a user