Java libarary for HTML elements/tags
Posted
by corgrath
on Stack Overflow
See other posts from Stack Overflow
or by corgrath
Published on 2010-04-11T07:15:07Z
Indexed on
2010/04/11
7:23 UTC
Read the original article
Hit count: 362
Anyone know a decent Java libarary for HTML elements?
Ex if I want to create an img-element, I would go new Image(...)
The object should support the normal HTML functions/attributes, such as setting CSS or disable.
© Stack Overflow or respective owner