| Class | Description |
|---|---|
| Analyzer |
Analyzer allows to apply the given style to any document.
|
| Analyzer.Holder |
Holds list of maps of list.
|
| AssignedDeclaration |
Adds specificity to declaration from its selector.
|
| DeclarationMap |
This is a map that assigns a sorted list of declarations to each element
and an optional pseudo-element.
|
| DeclarationTransformer |
Contains methods to transform declaration into values applicable to NodeData.
|
| DirectAnalyzer |
A simple ananalyzer that computes a style for the individual DOM nodes with no mapping and caching.
|
| GenericTreeWalker |
A fallback implementation of the TreeWalker interface.
|
| GenericTreeWalker.Traversal<T> |
This class implements traversal of DOM tree with simplified Visitor
pattern.
|
| MultiMap<E,P,D> |
This is a general map that assigns the data D to two keys E (Element) and P (Pseudo element).
|
| QuadrupleMapNodeData |
Implementation of NodeData by four distinct HashMaps.
|
| Repeater |
Repeats one operation on different CSS declaration duplication of code.
|
| SingleMapNodeData |
Implementation of NodeData by single HashMap.
|
| StyleMap |
This is a map that assigns a style to a particular elements and moreover, it
gathers the information about the pseudo elements.
|
| SupportedCSS21 |
Contains default values for properties supported by parser (CSS 2.1)
|
| SupportedCSS3 |
Contains default values for properties supported by parser (CSS 3)
|
| Traversal<T> |
This class implements traversal of DOM tree with simplified Visitor
pattern.
|
| Variator |
Selects appropriate variant when parsing content of CSS declaration.
|
| Variator.IntegerRef |
Reference to integer
|
| Enum | Description |
|---|---|
| Analyzer.HolderItem |
Decides about holder item
|
Copyright © 2014. All rights reserved.