Class CSSParser

java.lang.Object
io.sf.carte.doc.style.css.parser.CSSParser
All Implemented Interfaces:
Parser2, Parser

public class CSSParser extends Object implements Parser2
CSS parser implementing the NSAC API.

Additionally to NSAC, it adds a few methods to parse media queries, @supports conditions and the bodies of other rules (you probably want to use them through the Object Model instead of calling them directly).