WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.

rdfISerializer

IID:f0edfcdd-8bca-4d32-9226-7421001396a4
Inherits From:nsISupports
Status:PLASMA

Interface used to serialize RDF.

This interface is implemented by the following components:


Methods

void serialize ( rdfIDataSource dataSource , nsIOutputStream out )

void serialize ( rdfIDataSource dataSource , nsIOutputStream out )

Synchronously serialize the given datasource to the outputstream.

Implementations are not required to implement any buffering or other stream-based optimizations.

Arguments:
dataSource: The RDF data source to be serialized.
out: The output stream to use.

Reference documentation is generated from Mozilla's source.