|
Class Summary |
| ColorNode |
Private implementation of ColorNode. |
| ColorNodeParser |
NodeParser for color nodes |
| IconNode |
Object which represents a single element. |
| IncludeCompactPropertyNode |
The includeCompactProperty node is a data structure to store this syntax:
border: 1px solid -tr-property-ref(".AFDarkColor:alias",color);
which should resolve to border: 1px solid #cccccc; (if #cccccc is .AFDarkColor:alias's color. |
| IncludePropertyNode |
An IncludePropertyNode is a data structure to store this syntax:
color: -tr-property-ref(".AFDarkColor:alias",color);
The includeProperty element is used to include a single property of one style
within another style. |
| IncludeStyleNode |
IncludeStyleNode is used to represent a single element
in a parsed XML Style Sheet Language document. |
| PropertyNode |
Private implementation of PropertyNode. |
| StyleNode |
Private implementation of StyleNode. |
| StyleSheetDocument |
Parsed representation of a Trinidad style sheet document. |
| StyleSheetDocumentParser |
NodeParser for style sheet document nodes. |
| StyleSheetNode |
Private implementation of StyleSheetNode. |
| ValueNodeParser |
NodeParser for value nodes |