Iterate on each text node
TiBlanc <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.dom |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <[email protected]> |
Hi, I am embedding mozilla in a c++ app and try to figure out how I can list all the visible text node of a webpage : with their text content, font, color and their absolute coordinates. Is this possible using the dom ?