I'm looking for a CSS Parser in java. In particular my requirement is, for a given node/element in an HTML document, to be able to ask/get the css styles for that element from the Parser.
I know there is the W3C SAC interface and one or 2 implementations based on this - but turorials/examples appear non-existant.
Any help/points in right direction much appreciated.
Thanks
an addition to cssparser.sourcefourge.net,
Cobra:
http://lobobrowser.org/cobra.jsp
Check out SAC and its implementstions here: http://www.w3.org/Style/CSS/SAC/
CSSParser is a little bit out of date