[webkit-dev] Webkit COM API: Are traverse methods of IDOMNode implemented?

yuan liu oxthedarkness at gmail.com
Tue Dec 22 05:19:24 PST 2009


Hello guys:

I am trying to get DOM tree using Webkit's win32 COM API.

The DOM interfaces seems incomplete. There are  ASSERT_NOT_REACHED() in most
of the methods of the implementation, such
as  DOMNode::attributes(),  DOMNode::firstChild().  And the method
DOMNode::childNodes seems just been implemented in the resent month.

What's the current status? Is it safe for me to just edit those unfinished
methods in the fashion of that of DOMNode::parentNode() ?

And is it the right way to visit the DOM tree through the:

   IWebFrame::DOMDocument();
   IWebDocument::documentElement();

Or am I miss something?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20091222/b21ebe98/attachment.html>


More information about the webkit-dev mailing list