You could use JDOM. For more information go to http://www.jdon.org
-H
Samuel Cheung wrote:
Thanks.
But I am looking for a way to walk thru the dom in my JavaApplication
not just using JavaScript.
Let's say I want my JavaApplication to display all the Forms name in
the html page I load using SWT html browser. How can I achieve that?
Thank you.
Henning Rogge wrote:
Samuel Cheung wrote:
In SWT, there is a HTML browser component. Can someone please tell
me if I can walk thru the dom in my Java application which uses that
HTML browser component?
Look at
http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/platform-swt-home/dev.html#snippets
The "browser" snipplets might be usefull for you.
Henning.