public class CssIf extends CssNode implements CssSubstitution, HasNodes
Constructor and Description |
---|
CssIf() |
Modifier and Type | Method and Description |
---|---|
List<CssNode> |
getElseNodes() |
String |
getExpression() |
List<CssNode> |
getNodes() |
String |
getPropertyName() |
String[] |
getPropertyValues() |
boolean |
isNegated() |
boolean |
isStatic()
A CssIf is static if it uses only a deferred-binding property.
|
void |
setExpression(String expression) |
void |
setNegated(boolean isNegated) |
void |
setProperty(String property) |
void |
setPropertyValues(String[] propertyValues) |
void |
traverse(CssVisitor visitor,
Context context) |
public String getExpression()
public String getPropertyName()
public String[] getPropertyValues()
public boolean isNegated()
public boolean isStatic()
public void setExpression(String expression)
public void setNegated(boolean isNegated)
public void setProperty(String property)
public void setPropertyValues(String[] propertyValues)
public void traverse(CssVisitor visitor, Context context)
traverse
in interface CssVisitable
Copyright © 2018. All rights reserved.