[scriptable, uuid(4da56f10-99fe-11d2-8ebb-00805f29f370)]
interface nsIRDFXMLSource : nsISupports

Methods

 Serialize the contents of the datasource to aStream.
 @param aStream the output stream the will receive the
   RDF/XML. Currently, the output stream need only
   implement the |write()| method.
void Serialize(in nsIOutputStream aStream)