public class AtRuleNode extends ContainerNode
| Constructor and Description |
|---|
AtRuleNode(String keyword,
int index,
int line,
int column) |
AtRuleNode(String keyword,
ValueNode... values) |
AtRuleNode(String keyword,
ValueNode[] values,
BlockNode block) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object arg) |
protected CssNode |
filterChild(CssNode child) |
BlockNode |
getBlock() |
String |
getKeyword() |
CssNodeType |
getNodeType() |
void |
setBlock(BlockNode value) |
void |
setKeyword(String value) |
appendChild, childCount, containsVariable, getChildren, getFirstChild, getLastChild, getVariable, getVariables, hasChildren, hashCode, hasVariables, putVariable, removeChild, replaceChildpublic AtRuleNode(String keyword, int index, int line, int column)
public CssNodeType getNodeType()
getNodeType in class ContainerNodepublic String getKeyword()
public void setKeyword(String value)
public BlockNode getBlock()
public void setBlock(BlockNode value)
protected CssNode filterChild(CssNode child)
filterChild in class ContainerNodepublic boolean equals(Object arg)
equals in class ContainerNodeCopyright © 2014. All rights reserved.