Search completed in 0.96 seconds.
2 results for "nsIRDFRemoteDatasource":
RDF in Mozilla FAQ - Archive of obsolete content
ArchiveWeb StandardsRDF in Mozilla FAQ
usly, so assertions will not // be immediately available alternatively, you can create one directly using the xpcom component manager, as the following code fragment illustrates: // create an rdf/xml datasource using the xpcom component manager var ds = components .classes["@mozilla.org/rdf/datasource;1?name=xml-datasource"] .createinstance(components.interfaces.nsirdfdatasource); // the nsirdfremotedatasource interface has the interfaces // that we need to setup the datasource.
... var remote = ds.queryinterface(components.interfaces.nsirdfremotedatasource); // be sure that your web server will deliver this as text/xml (recommended) or text/rdf!
... you can force an rdf/xml datasource (or any datasource that supports nsirdfremotedatasource) to reload using the refresh() method of nsirdfremotedatasource.
...And 4 more matches
nsIXULTemplateBuilder
MozillaTechXPCOMReferenceInterfacensIXULTemplateBuilder
refresh() reloads any rdf datasources that support nsirdfremotedatasource.