| Interface | Description |
|---|---|
| CombinedSelector |
CombinedSelector of CSS declaration block.
|
| CombinedSelector.Specificity |
Specificity of given selector
|
| CSSProperty |
Interface for definition of CSS properties.
|
| Declaration |
Basic CSS declaration consisting of list of terms.
|
| ElementMatcher |
Element matcher provides an abstraction of the DOM access and the element matching
based on their names, classes and IDs.
|
| KeyframeBlock |
Holds a set of keyframe declarations.
|
| MatchCondition |
An additional condition for matching the selectors.
|
| MediaExpression |
Holds the media expression: the tested feature and the values
|
| MediaQuery |
Holds the media query: the media type and a list of media expressions
|
| NetworkProcessor |
A network processor that is able to obtain an input stream from a URL.
|
| NodeData |
Wrap of CSS properties defined for element.
|
| PrettyOutput |
Forces human readable variant of toString() method.
|
| Rule<T> |
Base class for elements of CSS definition.
|
| RuleBlock<T> |
Special case of rule, where rule is meant to be comparable
with other rules to determine priority of CSS declarations
|
| RuleFactory |
Creates rules, declarations and selectors,
that is the most of CSS grammar elements
|
| RuleFontFace |
Contains collection of CSS declarations specified for a given font.
|
| RuleFontFace.Source |
A generic font source.
|
| RuleFontFace.SourceLocal |
A local font (src: local()).
|
| RuleFontFace.SourceURL |
A remote source indentified by its URL (src: url()).
|
| RuleImport | Deprecated |
| RuleKeyframes |
Contains collection of CSS declarations specified for a keyframes rule.
|
| RuleList |
A simple list of rules.
|
| RuleMargin |
Contains CSS rules associated with a specific area in the page margin.
|
| RuleMedia |
Contains CSS rules associated with medias.
|
| RulePage |
Contains collection of CSS declarations specified for a page rule.
|
| RuleSet |
Holds set of CSS declarations for specified selectors.
|
| RuleViewport |
Contains collection of CSS declarations specified for the viewport.
|
| Selector |
Acts as collection of parsed parts of Selector (Parts)
with extended functionality.
|
| Selector.ElementAttribute |
Element attribute
|
| Selector.ElementClass |
Element class
|
| Selector.ElementDOM | |
| Selector.ElementID |
Element id
|
| Selector.ElementName |
Element name
|
| Selector.PseudoClass | |
| Selector.PseudoElement | |
| Selector.PseudoPage | |
| Selector.SelectorPart |
Interface for handling items
|
| StyleSheet |
Acts as collection of Rules.
|
| SupportedCSS |
Encapsulates supported CSS properties, their types and default values.
|
| Term<T> |
Part of value declaration of CSS property.
|
| TermAngle | |
| TermBracketedIdents |
Represents a list of identifiers in square brackets (e.g. in grid-template)
|
| TermCalc |
A value of the calc() expression.
|
| TermColor |
Holds color value directly usable in Java.
|
| TermExpression |
Holds an expression() value
|
| TermFactory | |
| TermFloatValue |
A basic interface of any term type with the float value.
|
| TermFrequency |
Holds frequency term
|
| TermFunction |
Holds name of CSS function and terms stored inside
|
| TermFunction.Attr | |
| TermFunction.Blur | |
| TermFunction.Brightness | |
| TermFunction.Contrast | |
| TermFunction.Counter | |
| TermFunction.CounterFunction | |
| TermFunction.Counters | |
| TermFunction.CubicBezier | |
| TermFunction.DropShadow | |
| TermFunction.FilterFunction | |
| TermFunction.FitContent | |
| TermFunction.Frames | |
| TermFunction.Gradient | |
| TermFunction.Gradient.ColorStop | |
| TermFunction.Grayscale | |
| TermFunction.GridFunction | |
| TermFunction.HueRotate | |
| TermFunction.Invert | |
| TermFunction.LinearGradient | |
| TermFunction.Matrix | |
| TermFunction.Matrix3d | |
| TermFunction.MinMax | |
| TermFunction.Opacity | |
| TermFunction.Perspective | |
| TermFunction.RadialGradient | |
| TermFunction.Repeat | |
| TermFunction.Rotate | |
| TermFunction.Rotate3d | |
| TermFunction.RotateX | |
| TermFunction.RotateY | |
| TermFunction.RotateZ | |
| TermFunction.Saturate | |
| TermFunction.Scale | |
| TermFunction.Scale3d | |
| TermFunction.ScaleX | |
| TermFunction.ScaleY | |
| TermFunction.ScaleZ | |
| TermFunction.Sepia | |
| TermFunction.Skew | |
| TermFunction.SkewX | |
| TermFunction.SkewY | |
| TermFunction.Steps | |
| TermFunction.TimingFunction | |
| TermFunction.TransformFunction | |
| TermFunction.Translate | |
| TermFunction.Translate3d | |
| TermFunction.TranslateX | |
| TermFunction.TranslateY | |
| TermFunction.TranslateZ | |
| TermIdent |
Holds CSS identificator
|
| TermInteger |
Holds integer value
|
| TermLength |
Holds float value with associated units (CSS length)
|
| TermLengthOrPercent |
Holds a float number which is either a CSS length or percentage.
|
| TermList |
Holds list of terms and allows access to them as to collection
|
| TermNumber |
Holds numeric value where units are not allowed
|
| TermNumeric<T extends Number> |
Holds value of numeric type.
|
| TermOperator |
An operator used in function arguments.
|
| TermPair<K,V> | |
| TermPercent |
Holds numeric value which is of type of percent
|
| TermRect |
A term that represents a rect(a, b, c, d) value used in clip: properties.
|
| TermResolution |
A term representing a resolution.
|
| TermString |
Holds string value
|
| TermTime |
Holds CSS time value
|
| TermUnicodeRange | |
| TermURI |
Holds CSS URI value
|
| Class | Description |
|---|---|
| CSSFactory |
This class is abstract factory for other factories used during CSS parsing.
|
| CSSProperty.GenericCSSPropertyProxy |
A generic property used for all the properties not supported by another implementation.
|
| CSSProperty.Translator |
Retrieves value of property of given class and text value
|
| Declaration.Source |
The declaration source information.
|
| MediaSpec |
This class represents the features of the output media used for displaying the document.
|
| MediaSpecAll |
A special case of media specification that matches all media queries.
|
| MediaSpecNone |
A specific case of media specification that does not match any media query or expression.
|
| MediaSpecType |
A special case of media specification that matches all media queries with the given media type
regardless on the remaining media features.
|
| TermFunction.MinMax.Unit | |
| TermFunction.Repeat.Unit |
| Exception | Description |
|---|---|
| CSSException |
CSSException
|
Copyright © 2019. All rights reserved.