| [news.eclipse.platform.swt] Re: SWT HTML browser component |
Hugo A. Garcia wrote:
You could use JDOM. For more information go to http://www.jdon.org
-H
That's an XML parsing API which wouldn't even be usable as a preprocessor for most HTML pages in case you were trying to
suggest to parse the page before feeding it to the browser.
Accessing the DOM tree of the browser is, for example, possible through http://www.alphaworks.ibm.com/aw.nsf/html/weblets or http://jrex.mozdev.org/
Weblets seem to be obsolete.