public class CssUnknownAtRule extends CssNode
Constructor and Description |
---|
CssUnknownAtRule(String rule) |
Modifier and Type | Method and Description |
---|---|
String |
getRule()
Returns the entire unprocessed at-rule declaration.
|
boolean |
isStatic()
Indicates whether or not the CssNode requires runtime evaluation.
|
void |
traverse(CssVisitor visitor,
Context context) |
public CssUnknownAtRule(String rule)
public String getRule()
public boolean isStatic()
CssNode
public void traverse(CssVisitor visitor, Context context)
Copyright © 2018. All rights reserved.