I want to use a Java library to parse HTML.
I also want to be able to get the applied css style for the text element. Currently I only want to know the font style and size.
The style could be applied directly or from a css file. I realize it can also be applied using JavaScript but I don't need that support as of now.
Currently I am looking at Jsoup but I don't see such support. Are there any other libraries that I can use? It would be preferable if I don't have to use a full browser engine to get this functionality.