Subclasses

Attributes

From mozIStorageDataSet

 All the rows in this data set, as a nsIArray
readonly attribute nsIArray dataRows

From nsIFeed

 The items or entries in feed.
attribute nsIArray items
 Days to skip fetching. This field was supposed to designate
 intervals for feed fetching. It's not generally implemented. For
 example, if this array contained "Monday", aggregators should not
 fetch the feed on Mondays.
attribute nsIArray skipDays
 Hours to skip fetching. This field was supposed to designate
 intervals for feed fetching. It's not generally implemented. See
 <http://blogs.law.harvard.edu/tech/rss> for more information.
attribute nsIArray skipHours

From nsIFeedContainer

 A list of nsIFeedPersons that authored the feed.
attribute nsIArray authors
 Returns the categories found in a feed or entry.
attribute nsIArray categories
 A list of nsIFeedPersons that contributed to the feed.
attribute nsIArray contributors
 Returns all links for a feed or entry.
attribute nsIArray links

From nsIFeedEntry

 Enclosures are podcasts, photocasts, etc.
attribute nsIArray enclosures
 Enclosures, etc. that might be displayed inline.
attribute nsIArray mediaContent

Returns

From inIDOMUtils


          
nsIArray getBindingURLs(in nsIDOMElement aElement)

From nsIAccessibleSelectable

 Return an nsIArray of selected nsIAccessible children 
nsIArray GetSelectedChildren()

From nsIBookmarksService


          
nsIArray getParentChain(in nsIRDFResource aSource)

From nsICRLManager


          
nsIArray getCrls()

From nsIJVMConfigManager

 This function returns a list of existing Java installations.
nsIArray getJVMConfigList()

From nsIX509Cert

  Obtain a list of certificates that contains this certificate 
  and the issuing certificates of all involved issuers,
  up to the root issuer.

  @return The chain of certifficates including the issuers.
nsIArray getChain()

From nsIX509CertDB

  An array of all known OCSP responders within the scope of the 
  certificate database.

  @return Array of OCSP responders, entries are QIable to nsIOCSPResponder.
nsIArray getOCSPResponders()

Parameters

From nsICMSMessage


          
void CreateEncrypted(in nsIArray aRecipientCerts)