I’ve noticed that the W3C publishes a set of Java interfaces around HTML elements, but I’m looking for implementations. Apache has HttpComponents, but those are for Http requests, whereas I need classes to wrap HTML elements. Anyone know of a package that will do this for me?
I’ve noticed that the W3C publishes a set of Java interfaces around HTML elements,
Share
Apache Element Construction Set does this. But I fear it may be a little out of date.