0

I need a parse for CSS.

For example:

.sapUiArea {

    background-color: #fafafa;

    color: #333333;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 16px;
}

I need the name and color and generate with this information a table.

Brian Tompsett - 汤莱恩
  • 5,753
  • 72
  • 57
  • 129
  • Duplicate? http://stackoverflow.com/questions/1513587/looking-for-a-css-parser-in-java – NBTX Mar 06 '17 at 20:31
  • 4
    Possible duplicate of [Looking for a CSS Parser in java](http://stackoverflow.com/questions/1513587/looking-for-a-css-parser-in-java) – NBTX Mar 06 '17 at 20:32
  • CSS file is in Root folder but it wont read the file so log file says Error: java.lang.NullPointerException oParser.Parse("library.css") value is libary.css –  Mar 06 '17 at 20:55

0 Answers0