rorthomaabibe61
New Member
I am trying to parse CSS DOM in Java and am already using jSoup for the same function for HTML. I was looking through the jSoup API (as well as Google, of course) but didn't find any CSS-related parsing classes. Is there a way to parse the CSS format into a DOM using jSoup or do I need a different API?