The CSS Parser is implemented as a package of Java classes, that inputs Cascading Style Sheets source text and outputs a Document Object Model Level 2 Style tree. Alternatively, applications can use SAC: The Simple API for CSS. Its purpose is to allow developers working with Java to incorporate Cascading Style Sheet information, primarily in conjunction with XML application developments.
The CSS Parser package includes parsers for:
* Cascading Style Sheets Level 3,
* Cascading Style Sheets Level 2.1,
* Cascading Style Sheets Level 2, and
* Cascading Style Sheets Level 1
The parser is freely available and without charge and is licenced under the terms of the Apache License, Version 2.0.
Categories
BrowsersLicense
Apache License V2.0Follow CSS Parser
Shopify offers plans for anyone that wants to sell products online and build an ecommerce store, small to mid-sized businesses as well as enterprise
User Ratings
User Reviews
-
aditsu Posted 2013年12月12日Zero documentation
-
wieberuiter Posted 2013年05月15日Very nice library; simply works. Got a small issue where the parser could not handle some lesser-used properties, posted a testcase and got a working solution in about a day. Super support, thanks a lot!
-
benedictcoby Posted 2013年04月03日Thanks for this CSS tool1 user found this review helpful.
-
stn1986 Posted 2012年11月16日The only usable CSS parser for Java. "Just works" I had to dig a little to actually start parsing, a post in the discussion section got me going. Thanks for the library guys, this is really cool!
-
fforw Posted 2010年03月11日Documentation could be a lot better, but it was definitely useful to me.