| 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.
|
| MatchCondition |
An additional condition for matching the selectors.
|
| 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
|
| RuleBlock.Priority |
Priority mark object.
|
| 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.
|
| RuleImport | Deprecated |
| 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.PseudoPage |
Pseudo page
|
| 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 | |
| TermColor |
Holds color value directly usable in Java.
|
| TermExpression |
Holds an expression() value
|
| TermFactory | |
| TermFrequency |
Holds frequency term
|
| TermFunction |
Holds name of CSS function and terms stored inside
|
| 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> |
Holds value of numeric type.
|
| TermPair<K,V> | |
| TermPercent |
Holds numeric value which is of type of percent
|
| TermString |
Holds string value
|
| TermTime |
Holds CSS time value
|
| 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.
|
| Exception | Description |
|---|---|
| CSSException |
CSSException
|
Copyright © 2014. All rights reserved.