ooc
Class AttributeConverterStringOption
java.lang.Object
ooc.AttributeConverterAbstract
ooc.AttributeConverterString
ooc.AttributeConverterStringOption
- All Implemented Interfaces:
- AttributeConverter
- Direct Known Subclasses:
- AttributeConverterBoolean
- public class AttributeConverterStringOption
- extends AttributeConverterString
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AttributeConverterStringOption
public AttributeConverterStringOption()
AttributeConverterStringOption
public AttributeConverterStringOption(boolean needsValidateCard,
boolean needsValue,
boolean ignoreCase)
ignoreCase
public boolean ignoreCase()
validate
public boolean validate(java.lang.String vCard,
java.lang.String strValue,
TagAttribute attribute,
TagErrorHandler teh)
- Description copied from interface:
AttributeConverter
- Return true if it is valid, else false.
- Specified by:
validate
in interface AttributeConverter
- Overrides:
validate
in class AttributeConverterAbstract