Re: [webkit-gtk] Get Dom Document in webkit2 for dom tree traversing

2012-09-21 Thread Martin Robinson
On Fri, Sep 21, 2012 at 2:55 AM, golen geeks wrote: > > Thank you very much. is there any documentation. There's no documentation on injected bundles yet. It may remain undocumented until we figure out a good way to integrate it with our GObject API. I wouldn't expect any documentation for this f

Re: [webkit-gtk] Get Dom Document in webkit2 for dom tree traversing

2012-09-21 Thread golen geeks
Thank you very much. is there any documentation. On Fri, Sep 21, 2012 at 11:49 AM, Martin Robinson < martin.james.robin...@gmail.com> wrote: > On Thu, Sep 20, 2012 at 11:12 PM, golen geeks > wrote: > > But i want this in native way, do i need to port this api in webkit2 > > It's not actually poss

Re: [webkit-gtk] Get Dom Document in webkit2 for dom tree traversing

2012-09-20 Thread Martin Robinson
On Thu, Sep 20, 2012 at 5:59 AM, golen geeks wrote: > How to get Dom Tree for traversing in webkit2. similar to api in webkit like > > WebKitDOMDocument * webkit_web_view_get_dom_document(WebKitWebView > *web_view); in webkit > > > is there any alternative for getting WebKitDOMDocument or we n

[webkit-gtk] Get Dom Document in webkit2 for dom tree traversing

2012-09-20 Thread golen geeks
How to get Dom Tree for traversing in webkit2. similar to api in webkit like WebKitDOMDocument * webkit_web_view_get_dom_document (*WebKitWebView