Wikipedia.js File Reference

Go to the source code of this file.

Functions

Components utils import ("resource://gre/modules/XPCOMUtils.jsm")
 
function ArtistInfo ()
 
function NSGetModule (compMgr, fileSpec)
 

Variables

const Cc = Components.classes
 
const Ci = Components.interfaces
 
const Cr = Components.results
 
var JSON = Cc["@mozilla.org/dom/json;1"].createInstance(Ci.nsIJSON)
 
const DESCRIPTION = "mashTape Provider: Wikipedia Artist Info Provider"
 
const CID = "{a7780910-8c10-11dd-ad8b-0800200c9a66}"
 
const CONTRACTID = "@songbirdnest.com/mashTape/provider/info/WikipediaLocal;1"
 
var language
 
var homepage
 
var wikipedia
 
ArtistInfo prototype constructor = ArtistInfo
 
ArtistInfo prototype
 

Function Documentation

function ArtistInfo ( )

Definition at line 19 of file Wikipedia.js.

Here is the call graph for this function:

Here is the caller graph for this function:

Components utils import ( "resource://gre/modules/XPCOMUtils.jsm"  )
function NSGetModule (   compMgr,
  fileSpec 
)

Definition at line 226 of file Wikipedia.js.

Here is the call graph for this function:

Variable Documentation

const Cc = Components.classes

Definition at line 5 of file Wikipedia.js.

Definition at line 6 of file Wikipedia.js.

const CID = "{a7780910-8c10-11dd-ad8b-0800200c9a66}"

Definition at line 11 of file Wikipedia.js.

Definition at line 62 of file Wikipedia.js.

const CONTRACTID = "@songbirdnest.com/mashTape/provider/info/WikipediaLocal;1"

Definition at line 12 of file Wikipedia.js.

const Cr = Components.results

Definition at line 7 of file Wikipedia.js.

const DESCRIPTION = "mashTape Provider: Wikipedia Artist Info Provider"

Definition at line 10 of file Wikipedia.js.

var homepage

Definition at line 15 of file Wikipedia.js.

var JSON = Cc["@mozilla.org/dom/json;1"].createInstance(Ci.nsIJSON)

Definition at line 8 of file Wikipedia.js.

var language

Definition at line 14 of file Wikipedia.js.

ArtistInfo prototype

Definition at line 63 of file Wikipedia.js.

var wikipedia

Definition at line 16 of file Wikipedia.js.