Results 1 to 2 of 2

Thread: webkit DOM access

  1. #1
    Join Date
    Apr 2011
    Posts
    9
    Qt products
    Qt4
    Platforms
    MacOS X Windows
    Thanks
    2

    Default webkit DOM access

    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

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,376
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Thanks
    4
    Thanked 5,019 Times in 4,795 Posts
    Wiki edits
    10

    Default Re: webkit DOM access

    Quote Originally Posted by huyanke View Post
    But what is the corresponding API in WebKit...
    What do you mean?
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


Similar Threads

  1. WebKit / QML
    By qtpat in forum Qt Quick
    Replies: 2
    Last Post: 30th December 2010, 10:38
  2. Replies: 4
    Last Post: 23rd September 2010, 16:20
  3. WebKit
    By navi1084 in forum Qt Programming
    Replies: 1
    Last Post: 5th September 2008, 12:56
  4. qt webkit
    By kernel_panic in forum Qt Programming
    Replies: 5
    Last Post: 4th November 2007, 21:03

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.