Attributes

From nsIMicrosummary


          
attribute nsIMicrosummaryGenerator generator

Returns

From nsIMicrosummaryService

 Return a microsummary generator for the given URI.

 @param   generatorURI
          the URI of the generator

 @returns an nsIMicrosummaryGenerator for the given URI.

nsIMicrosummaryGenerator getGenerator(in nsIURI generatorURI)
 Install the microsummary generator in the given XML definition.

 @param   xmlDefinition
          an nsIDOMDocument XML document defining the generator

 @returns the newly-installed nsIMicrosummaryGenerator object

nsIMicrosummaryGenerator installGenerator(in nsIDOMDocument xmlDefinition)

Parameters

From nsIMicrosummaryGenerator

 microsummary-generator equivalence test
 generators equal if their canonical locations equal, see uri attribute.
boolean equals(in nsIMicrosummaryGenerator aOther)