Re: How to parse CSS
On 26 mai, 16:48, Amine Ouahman <amine.aitouah...@gmail.com> wrote:
> Hi everybody,
>
> I'm seeking some ideas about how to parse my CSS files and generate a
> java class.
If your goal is to generate a CssResource interface, GWT already gives
you the com.google.gwt.resources.css.InterfaceGenerator tool (launch
it as "java -cp gwt-user.jar
com.google.gwt.resources.css.InterfaceGenerator")
Otherwise, you can use CSSParser or Flute (GWT uses a patched version
of Flute).
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home