Skip to content

jStyleParser is a CSS parser written in Java. It has its own application interface that is designed to allow an efficient CSS processing in Java and mapping the values to the Java data types. It parses CSS 2.1 style sheets into structures that can be efficiently assigned to DOM elements. It is intended be the primary CSS parser for the CSSBox li…

License

Notifications You must be signed in to change notification settings

daisy/jStyleParser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

jStyleParser

Gitter

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

Release procedure

  • Remove "SNAPSHOT" from the version number in pom.xml.
  • Build and deploy the artifact to Sonatype with mvn clean deploy -Psonatype-oss-release
  • Stage the artifact at https://oss.sonatype.org.
  • Do all the necessary testing.
  • Release artifact at https://oss.sonatype.org.
  • git tag the last commit. The tag format should be "jStyleParser-1.20-p4".
  • Bump the version number in pom.xml to the next snapshot.

About

jStyleParser is a CSS parser written in Java. It has its own application interface that is designed to allow an efficient CSS processing in Java and mapping the values to the Java data types. It parses CSS 2.1 style sheets into structures that can be efficiently assigned to DOM elements. It is intended be the primary CSS parser for the CSSBox li…

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Java 77.8%
  • HTML 12.2%
  • GAP 5.8%
  • CSS 4.2%