public class IfBlankAttribute extends BaseIfAttribute
| Modifier and Type | Class and Description | 
|---|---|
| static class  | IfBlankAttribute.UnlessThe unless version | 
description, location, project| Constructor and Description | 
|---|
| IfBlankAttribute() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | isEnabled(UnknownElement el,
         java.lang.String value)check if the attribute value is blank or not
 is enabled. | 
convertResult, getParams, isPositive, setPositiveclone, getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProjectpublic boolean isEnabled(UnknownElement el, java.lang.String value)
el - the unknown element this attribute is in.value - the value of the attribute.