PDA

View Full Version : webkit DOM access



huyanke
13th May 2011, 02:44
hi,

In QtWebKit, we can use

QWebFrame.documentElement().firstChild()
QWebFrame.documentElement().nextSibling()
QWebFrame.documentElement().tagName()

to access DOM. But what is the corresponding API in WebKit... I guess this functions should be provided originally from WebKit?

Thanks for any help!!

Yanke

wysota
13th May 2011, 12:26
But what is the corresponding API in WebKit...
What do you mean?