public class RuleSetNode extends BlockNode
| Constructor and Description |
|---|
RuleSetNode(int index,
int line,
int column) |
RuleSetNode(SelectorNode[] selectors,
CssNode... children) |
RuleSetNode(SelectorNode selector,
CssNode... children) |
| Modifier and Type | Method and Description |
|---|---|
void |
addSelector(SelectorNode selector) |
boolean |
equals(Object arg) |
void |
expandSelectors(Collection<SelectorNode> prefixes) |
protected CssNode |
filterChild(CssNode child) |
CssNodeType |
getNodeType() |
Collection<SelectorNode> |
getSelectors() |
appendChild, childCount, containsVariable, getChildren, getFirstChild, getLastChild, getVariable, getVariables, hasChildren, hashCode, hasVariables, putVariable, removeChild, replaceChildpublic RuleSetNode(int index,
int line,
int column)
public RuleSetNode(SelectorNode selector, CssNode... children)
public RuleSetNode(SelectorNode[] selectors, CssNode... children)
public CssNodeType getNodeType()
getNodeType in class BlockNodepublic Collection<SelectorNode> getSelectors()
protected CssNode filterChild(CssNode child)
filterChild in class ContainerNodepublic void expandSelectors(Collection<SelectorNode> prefixes)
public void addSelector(SelectorNode selector)
public boolean equals(Object arg)
equals in class ContainerNodeCopyright © 2014. All rights reserved.