A good HTML object model in Java? -
I am looking for an HTML object model in Java, which is capable of parsing HTML (not required) and All HTML elements and CSS also) in a brilliant object model
I am looking for the pure Java version of Groovy's HTML Builder. (I have no luck with this request on Google.)
I want to work as stuff:
html html = new HTML (); Body body = html.body (); Table Table Body Adytile (Mike's Style); Line line = table.ADRO ("a", "b", "c"). With CSS (cssRowStyle);
and so on ...
Is what you want to do
Comments
Post a Comment