Class CSSParser
- All Implemented Interfaces:
Printable
-
Constructor Details
-
CSSParser
public CSSParser()
-
-
Method Details
-
parse
Description copied from class:Parser
Parses a string.- Specified by:
parse
in classParser<StyleSheet>
- Parameters:
input
- The input string to parse- Returns:
true
if the parsing succeeded.
-