public class ContentCSSCondition extends java.lang.Object implements CSSCondition
Constructor and Description |
---|
ContentCSSCondition(java.lang.String data) |
Modifier and Type | Method and Description |
---|---|
short |
getConditionType()
An integer indicating the type of
Condition . |
java.lang.String |
getData()
Returns the content.
|
boolean |
isMatch(java.lang.Object resolveState) |
public boolean isMatch(java.lang.Object resolveState)
isMatch
in interface CSSCondition
public short getConditionType()
Condition
.public java.lang.String getData()