Well, the csseditor plugin includes a custom parser. It is planned to make the CSS functionality reusable by editors for files that embed or reference CSS, but I'm not there yet.
There are a few CSS parsers out there, including Flute and Batik, which are both based on the W3C note SAC (Simple API for CSS). Just google for these keywords and you'll find more details.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
if somebody can teach the principle how to parse the css file. or if there are a exist .jar complete do the parse?
I don't understand your question. Are you having trouble with the parser in the plugin or what?
yes, i want to make myself know how to parse a css file. and i want to program a editor on web using jsp.
Well, the csseditor plugin includes a custom parser. It is planned to make the CSS functionality reusable by editors for files that embed or reference CSS, but I'm not there yet.
There are a few CSS parsers out there, including Flute and Batik, which are both based on the W3C note SAC (Simple API for CSS). Just google for these keywords and you'll find more details.