Determines if an attribute value has the same data type as a specified value.
public boolean isType(String attrName, Object value); public boolean isType(int position, Object value);
Returns true if the type of the attribute matches the passed-in type; otherwise, returns false.