Uses of Class
org.jhotdraw8.css.ast.Declaration
Packages that use Declaration
Package
Description
Provides a representation of a parsed style sheet (CSS 3) as an abstract
syntax tree (AST).
Provides a CSS parser that is compliant to CSS Syntax Module 3.
-
Uses of Declaration in org.jhotdraw8.css.ast
Methods in org.jhotdraw8.css.ast that return types with arguments of type DeclarationConstructor parameters in org.jhotdraw8.css.ast with type arguments of type DeclarationModifierConstructorDescriptionStyleRule(@Nullable SourceLocator sourceLocator, SelectorGroup selectorGroup, List<Declaration> declarations) -
Uses of Declaration in org.jhotdraw8.css.parser
Methods in org.jhotdraw8.css.parser that return types with arguments of type DeclarationModifier and TypeMethodDescriptionCssParser.parseDeclarationList(Reader css) Parses a declaration list.CssParser.parseDeclarationList(String css) Parses a declaration list.