ooc
Class AttributeConverterString

java.lang.Object
  extended byooc.AttributeConverterAbstract
      extended byooc.AttributeConverterString
All Implemented Interfaces:
AttributeConverter
Direct Known Subclasses:
AttributeConverterAttributeClass, AttributeConverterStringOption, AttributeConverterTagIdRef

public class AttributeConverterString
extends AttributeConverterAbstract


Constructor Summary
AttributeConverterString()
           
AttributeConverterString(boolean needsValidateCard, boolean needsValue)
           
 
Method Summary
 java.lang.Object convertWrapt(java.lang.String vCard, java.lang.String strValue, Tag tag, TagAttribute attribute, Dependencies dependencies)
           
 java.lang.Class getClass(java.lang.String vCard, java.lang.String strValue, Tag tag, TagAttribute attribute, TagErrorHandler teh)
          Returns the class of the instance converted by this attribute converter.
 
Methods inherited from class ooc.AttributeConverterAbstract
convert, needsValidateCard, needsValue, validate
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeConverterString

public AttributeConverterString()

AttributeConverterString

public AttributeConverterString(boolean needsValidateCard,
                                boolean needsValue)
Method Detail

getClass

public java.lang.Class getClass(java.lang.String vCard,
                                java.lang.String strValue,
                                Tag tag,
                                TagAttribute attribute,
                                TagErrorHandler teh)
Description copied from interface: AttributeConverter
Returns the class of the instance converted by this attribute converter.


convertWrapt

public java.lang.Object convertWrapt(java.lang.String vCard,
                                     java.lang.String strValue,
                                     Tag tag,
                                     TagAttribute attribute,
                                     Dependencies dependencies)
Specified by:
convertWrapt in class AttributeConverterAbstract