Hi all,

I'm creating an RDF auto-scutter bot for Mozilla in XPCOM. The idea is to have an nsIRDFCompositeDatasource that will automatically add datasources to itself when an rdfs:seeAlso predicate is traversed.

However I just need to override the current capabilities of the existing composite datasource. Most of the time I will just pass calls up to the superclass, and only intervene on certain predicates. Since I'm not a great C++ programmer, I was hoping to do this in JavaScript, but do not know how to create an XPCOM interface and still inherit from an existing interface.

Any suggestions on how I could go about this?

--
Michael Nachbaur <[EMAIL PROTECTED]>
http://nachbaur.com/pgpkey.asc

_______________________________________________
Mozilla-xpcom mailing list
[email protected]
http://mail.mozilla.org/listinfo/mozilla-xpcom

Reply via email to