Uses of Class
org.jhotdraw8.css.ast.AbstractSyntaxTree
Packages that use AbstractSyntaxTree
Package
Description
Provides a representation of a parsed style sheet (CSS 3) as an abstract
syntax tree (AST).
-
Uses of AbstractSyntaxTree in org.jhotdraw8.css.ast
Subclasses of AbstractSyntaxTree in org.jhotdraw8.css.astModifier and TypeClassDescriptionclassAn abstract "attribute selector" matches an element based on its attributes.classAn "adjacent sibling combinator" matches an element if its first selector matches on the adjacent sibling of the element and if its second selector matches the element.classAn "and combinator" matches an element if both its first selector and its second selector match the element.classAn "at-rule" consists of an "at-keyword", a list of header tokens and a list of body tokens.classA "child combinator" matches an element if its first selector matches on the parent of the element and if its second selector matches on the element itself.classA "class selector" matches an element if the element has a style class with the specified value.classAbstract superclass for "combinator"s.classA ComponentValue is the abstract base class of CssToken, CurlyBlock, RoundBlock, SquareBlock and FunctionBlock.classA "dash match selector"|=matches an element if the element has an attribute with the specified name and its value is either exactly the specified substring or its value begins with the specified substring immediately followed by a dash '-' character.classA "declaration" associates a "propertyName" with a list of preserved tokens.classA "descendant combinator" matches an element if its first selector matches on an ancestor of the element and if its second selector matches on the element itself.classAn "attribute value selector" matches an element if the element has an attribute with the specified name and value.classAn "exists match" matches an element if the element has an attribute with the specified name.classA "class selector" matches an element based on the value of its "pseudo class" attribute.classAn "general sibling combinator" matches an element if its first selector matches the sibling of the element and if its second selector matches the element.classAn "id selector" matches an element if the element has an id with the specified value.classAn "include match selector"~=matches an element if the element has an attribute with the specified name and the attribute value contains a word list with the specified word.classImplements the negation pseudo-class selector.classA "prefix match selector"^=matches an element if the element has an attribute with the specified name and its value starts with the specified substring.classA "pseudo class selector" matches an element based on criteria which are not directly encoded in the element.classclassA "select nothing selector" matches nothing.classA "selector" is a tree of "combinator"s.classA "selector group" matches an element if one of its selectors matches the element.classA "simple class selector" matches an element based on the value of its "pseudo class" attribute.classAbstract superclass for "simple selector"s.classA style rule associates a selector list to a list of declarations.classA stylesheet is a list of rules.classA "substring match selector"*=matches an element if the element has an attribute with the specified name and its value contains the specified substring.classA "suffix match selector"$=matches an element if the element has an attribute with the specified name and its value ends with the specified substring.classA "type selector" matches an element if the element has a specific type.classA "universal selector" matches an element if the element exists.