public class NestedInRulesetStack extends Object
| Constructor and Description |
|---|
NestedInRulesetStack(RuleSet topLevelNode) |
| Modifier and Type | Method and Description |
|---|---|
void |
collect(Directive directive) |
void |
collect(RuleSet nestedSet) |
List<Selector> |
currentSelectors() |
List<ASTCssNode> |
getRulesets() |
void |
popSelectors() |
void |
pushSelectors(RuleSet kid) |
public NestedInRulesetStack(RuleSet topLevelNode)
public void popSelectors()
public void pushSelectors(RuleSet kid)
public List<ASTCssNode> getRulesets()
public void collect(RuleSet nestedSet)
public void collect(Directive directive)
Copyright © 2012-2015. All Rights Reserved.