Parse a CSS rule.
@exception CSSException Any CSS exception, possiblywrapping another exception.
@exception java.io.IOException An IO exception from the parser,possibly from a byte stream or character stream supplied by the application.
This method parses only one rule (style rule or at-rule, except @charset).
@param source the source of the rule.
@exception IOException the source can't be parsed.
@exception CSSException the source is not CSS valid.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.