Module org.jhotdraw8.css
Package org.jhotdraw8.css.parser
package org.jhotdraw8.css.parser
Provides a CSS parser that is compliant to CSS Syntax Module 3.
References:
- CSS Syntax Module Level 3
- w3.org
-
ClassDescriptionThe
CssParserprocesses a stream of characters into aStylesheetobject.TheCssScannerpreprocesses an input stream of UTF-16 code points for theStreamCssTokenizer.CssToken.Defines the API of a CSS Tokenizer.Defines CSS 3 token types.StreamCssTokenizerprocesses an input stream of characters into tokens for theCssParser.