[webkit-dev] Webkit COM API: Are traverse methods of IDOMNode implemented?
Adam Roben
aroben at apple.com
Tue Dec 22 09:27:40 PST 2009
This question should be asked on webkit-help. See <http://webkit.org/contact.html> for a description of WebKit's email lists.
-Adam
On Dec 22, 2009, at 8:19 AM, yuan liu wrote:
> 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?
> _______________________________________________
> webkit-dev mailing list
> webkit-dev at lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
More information about the webkit-dev
mailing list