Uses of Package
org.jhotdraw8.css.ast
Packages that use org.jhotdraw8.css.ast
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.
-
Classes in org.jhotdraw8.css.ast used by org.jhotdraw8.css.astClassDescriptionAn abstract "attribute selector" matches an element based on its attributes.Abstract syntax tree for cascading style sheets.Abstract superclass for "combinator"s.A "declaration" associates a "propertyName" with a list of preserved tokens.A "class selector" matches an element based on the value of its "pseudo class" attribute.A "pseudo class selector" matches an element based on criteria which are not directly encoded in the element.A "selector" is a tree of "combinator"s.A "selector group" matches an element if one of its selectors matches the element.Abstract superclass for "simple selector"s.Indicates the position of a node in a source file, intended primarily for error reporting.A style rule associates a selector list to a list of declarations.A "type selector" matches an element if the element has a specific type.
-
Classes in org.jhotdraw8.css.ast used by org.jhotdraw8.css.managerClassDescriptionA style rule associates a selector list to a list of declarations.A stylesheet is a list of rules.
-
Classes in org.jhotdraw8.css.ast used by org.jhotdraw8.css.parserClassDescriptionA "declaration" associates a "propertyName" with a list of preserved tokens.A "selector" is a tree of "combinator"s.A "selector group" matches an element if one of its selectors matches the element.Indicates the position of a node in a source file, intended primarily for error reporting.A stylesheet is a list of rules.