Hi,

how can I access the DOM from C++ APIs on Windows. Many methods like
firstChild etc for Interface IDOMNode return E_NOTIMPL.

I can get access to IDOMDocument pointer and then to the IDOMNode pointer
for the 'BODY' tag. But without the childNodes etc. methods being
implemented how can I traverse the DOM tree, infer attributes and offsets?

Thanks,
Nirman
_______________________________________________
webkit-dev mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to