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.
@mozilla.org/rdf/rdf-service;1
This component implements the following interfaces:
Methods
| Interface | Method |
|---|---|
| nsIRDFService |
nsIRDFResource GetAnonymousResource ( )
|
| nsIRDFService |
[noscript] nsIRDFBlob getBlobLiteral ( const_octet_ptr* value , PRInt32 length )
|
| nsIRDFService |
nsIRDFDataSource GetDataSource ( char* URI )
|
| nsIRDFService |
nsIRDFDataSource GetDataSourceBlocking ( char* URI )
|
| nsIRDFService |
nsIRDFDate GetDateLiteral ( PRInt64 value )
|
| nsIRDFService |
nsIRDFInt GetIntLiteral ( PRInt32 value )
|
| nsIRDFService |
nsIRDFLiteral GetLiteral ( PRUnichar* value )
|
| nsIRDFService |
nsIRDFResource GetResource ( AUTF8String URI )
|
| nsIRDFService |
nsIRDFResource GetUnicodeResource ( AString URI )
|
| nsISupportsWeakReference |
nsIWeakReference GetWeakReference ( )
|
| nsIRDFService |
PRBool IsAnonymousResource ( nsIRDFResource resource )
|
| nsIRDFService |
void RegisterDataSource ( nsIRDFDataSource dataSource , PRBool replace )
|
| nsIRDFService |
void RegisterResource ( nsIRDFResource resource , PRBool replace )
|
| nsIRDFService |
void UnregisterDataSource ( nsIRDFDataSource dataSource )
|
| nsIRDFService |
void UnregisterResource ( nsIRDFResource resource )
|
Reference documentation is generated from Mozilla's source.
