I am trying to access the DOM on Windows. I looked at WebKit.idl file. It includes a lot of DOM specific interfaces
#include "IGEN_DOMHTMLDListElement.idl" #include "IGEN_DOMHTMLDirectoryElement.idl" #include "IGEN_DOMHTMLDivElement.idl" #include "IGEN_DOMHTMLDocument.idl" #include "IGEN_DOMHTMLElement.idl" #include "IGEN_DOMHTMLEmbedElement.idl" #include "IGEN_DOMHTMLFieldSetElement.idl" #include "IGEN_DOMHTMLFontElement.idl" #include "IGEN_DOMHTMLFormElement.idl" Question: However, I don't see a class (coclass) implementing these interfaces in the IDL file. How do I access these interfaces?
_______________________________________________ webkit-help mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-help
