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.
nsIRDFXMLSerializer
| IID: | 8ae1fbf8-1dd2-11b2-bd21-d728069cca92 |
| Inherits From: | nsISupports |
This interface is implemented by the following components:
Methods
void addNameSpace ( nsIAtom prefix , DOMString URI )
void init ( nsIRDFDataSource dataSource )
void addNameSpace ( nsIAtom prefix , DOMString URI )
Add the specified namespace to the serializer.
- Arguments:
- prefix: the attribute namespace prefix
- URI: the namespace URI
void init ( nsIRDFDataSource dataSource )
Initialize the serializer with the specified datasource.
- Arguments:
- dataSource: the datasource from which data will be serialized
Reference documentation is generated from Mozilla's source.
