Determines whether the value is the special Blank attribute value for the attribute with the specified name or at the specified position in the attribute list.
public boolean isBlank(String attrName);
public boolean isBlank(int position);
Returns true if the attribute value equals the blank value or false if it does not.
None.