Looking for a CSS Parser in java
Posted
by Richard
on Stack Overflow
See other posts from Stack Overflow
or by Richard
Published on 2009-10-03T12:12:04Z
Indexed on
2010/06/13
22:12 UTC
Read the original article
Hit count: 202
Hi,
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 rigth direction much appreciated.
Thanks
© Stack Overflow or respective owner