com.thoughtworks.xstream.converters.extended
Class TextAttributeConverter

java.lang.Object
  extended by com.thoughtworks.xstream.converters.basic.AbstractSingleValueConverter
      extended by com.thoughtworks.xstream.converters.reflection.AbstractAttributedCharacterIteratorAttributeConverter
          extended by com.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.
 
Method Summary
 
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


Copyright © 2004-2012 XStream. All Rights Reserved.