A handler for <parseNumber> that supports rtexprvalue-based attributes.
this.isIntegerOnly = isIntegerOnly; this.integerOnlySpecified = true;
if (loc != null) { if (loc instanceof Locale) { this.parseLocale = (Locale) loc; } else { if (!"".equals((String) loc)) { this.parseLocale = SetLocaleSupport.parseLocale((String) loc); } } }
this.pattern = pattern;
this.type = type;
this.value = value; this.valueSpecified = true;