ooc
Class AttributeConverterAttributeClass

java.lang.Object
  extended byooc.AttributeConverterAbstract
      extended byooc.AttributeConverterString
          extended byooc.AttributeConverterAttributeClass
All Implemented Interfaces:
AttributeConverter

public class AttributeConverterAttributeClass
extends AttributeConverterString


Constructor Summary
AttributeConverterAttributeClass(boolean needsValidateCard, boolean needsValue)
           
 
Method Summary
 boolean validate(java.lang.String vCard, java.lang.String strValue, TagAttribute attribute, TagErrorHandler teh)
          Return true if it is valid, else false.
 
Methods inherited from class ooc.AttributeConverterString
convertWrapt, getClass
 
Methods inherited from class ooc.AttributeConverterAbstract
convert, needsValidateCard, needsValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeConverterAttributeClass

public AttributeConverterAttributeClass(boolean needsValidateCard,
                                        boolean needsValue)
Method Detail

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