Determines whether the value is the special Ignore value for the attribute with the specified name or at the specified position in the attribute list.
Syntax
public boolean isIgnore(String attrName); public boolean isIgnore(int position);
Parameters
Return values
Returns true if the attribute value equals the special "ignore" value or false if it does not.
Exceptions
None.
See also