| Class | Description |
|---|---|
| AccessorNode | |
| AtRuleNode |
Represents an rule statement/block
|
| BlockNode |
Represents a block scope
|
| ColorNode |
Represents a color value
|
| CombinatorNode |
Represents a selector combinator
|
| CommentNode |
Represents an inline comment
|
| ContainerNode | |
| ContainerValueNode | |
| CssNode | |
| DeclarationNode |
Represents a value
|
| FunctionNode |
Function invocation
|
| LessVariableDeclarationNode |
Represents a LESS variable declaration
|
| LessVariableReferenceNode |
Represents a LESS variable reference
|
| MultiValueNode | |
| NumericNode |
Represents a numeric value
|
| OperatorNode |
Represents an operator
|
| RuleSetNode |
Represents a rule set block
|
| SelectorNode |
Represents a CSS3 selector
http://www.w3.org/TR/css3-selectors/
http://www.w3.org/TR/CSS/selector.html#selector-syntax
|
| StringNode |
Represents a string value
|
| StyleSheetNode |
Represents the style sheet root
|
| ValueNode |
Represents a value
|
| Enum | Description |
|---|---|
| CombinatorType |
Represents CSS3 Combinators
http://www.w3.org/TR/css3-selectors/#combinators
|
| CssNodeType | |
| LessBinaryOperatorType | |
| WordBreak |
Copyright © 2014. All rights reserved.