Re: Getting the content of a KParts::SelectorInterface::Element

2013-08-21 Thread Thom Castermans
Hi, I'm just guessing here because I have no experience with programming KParts, but it is quite normal in Javascript(libraries) to have an attribute "innerHTML" or simply "html" that references the contents of the node. Maybe this also works here? Cheers, Thom Castermans Groeten, Thom 2013/8/

Getting the content of a KParts::SelectorInterface::Element

2013-08-21 Thread Denis Steckelmacher
Hi, I'm trying to write a Konqueror plugin that needs to get the content of DOM nodes matched by a CSS selector. I use the SelectorInterface of KParts::HtmlExtension to get the list of elements matching a CSS selector. The problem is that KParts::SelectorInterface::Element only has methods t