com.thoughtworks.xstream.converters.extended
Class TextAttributeConverter

java.lang.Object
  extended bycom.thoughtworks.xstream.converters.basic.AbstractSingleValueConverter
      extended bycom.thoughtworks.xstream.converters.reflection.AbstractAttributedCharacterIteratorAttributeConverter
          extended bycom.thoughtworks.xstream.converters.extended.TextAttributeConverter
All Implemented Interfaces:
ConverterMatcher, SingleValueConverter

public class TextAttributeConverter
extends AbstractAttributedCharacterIteratorAttributeConverter

A converter for TextAttribute constants.

Since:
1.2
Author:
Jörg Schaible

Constructor Summary
TextAttributeConverter()
          Constructs a TextAttributeConverter.
 
Methods inherited from class com.thoughtworks.xstream.converters.reflection.AbstractAttributedCharacterIteratorAttributeConverter
canConvert, fromString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextAttributeConverter

public TextAttributeConverter()
Constructs a TextAttributeConverter. since 1.2.2



Joe Walnes, http://xstream.codehaus.org/