Christian Biesinger wrote:
> David Einstein wrote:
>
>> Is there a way of dicovering all of the classes that implement an
>> XPCOM interface?
>
>
> If, for example, you want to find all implementations of imgIDecoder,
> you could use lxr's text search feature, searching for NS_DECL_IMGIDECODER.
>
>
Well, yes.
What about at runtime?
The application that I am looking at is the spell checker. It would be
nice if multiple spell checking engines could coexist and the user could
choose the one most appropriate.
Pangloss would want these objects to not have to be hardwired into mozilla.
Deinst