# jStyleParser **Repository Path**: jempson/jStyleParser ## Basic Information - **Project Name**: jStyleParser - **Description**: jStyleParser 是一个开源 Java 的 CSS 解析器,可以在 Java 程序中解析 CSS 样式文件 - **Primary Language**: Java - **License**: LGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2018-01-31 - **Last Updated**: 2021-11-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README jStyleParser ============ [![Build Status](https://travis-ci.org/radkovo/jStyleParser.png)](https://travis-ci.org/radkovo/jStyleParser) jStyleParser parses CSS2 and CSS3 into structures which can be assigned to DOM elements. While handling errors, it is a user agent conforming to specification. All the source code of jStyleParser itself is licensed under the GNU Lesser General Public License (LGPL), version 3. A copy of the LGPL can be found in the LICENSE file. See the project page for more information and downloads: [http://cssbox.sourceforge.net/jstyleparser](http://cssbox.sourceforge.net/jstyleparser)