GWT CSS Resource to find all classes

Posted by Zoja on Stack Overflow See other posts from Stack Overflow or by Zoja
Published on 2010-05-20T11:05:35Z Indexed on 2010/05/20 11:10 UTC
Read the original article Hit count: 293

Filed under:
|
|

What i want to do is:

I have css file read from a file into a String. I would like to build some kind of css resource (CssResource ?) out of that string or file, and I'd like to be able to extract from it all classes and id selectors in some kind of collection which i could search.

Does anybody know how to do that ?

© Stack Overflow or respective owner

Related posts about gwt

Related posts about java