> Can you please tell me how the method  HTMLDocument::createElement()
> get called?
> .h file declares private method and when I search it in
> HTMLDocument.cpp , i don't see anywhere this method is being called.

HTMLDocument inherits Document and Document has the same virtual
function createElement() as well. Maybe that is what you are after?
_______________________________________________
webkit-help mailing list
webkit-help@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-help

Reply via email to