edu.udo.cs.wvtool.generic.charmapper
Interface WVTCharConverter

All Known Implementing Classes:
DummyCharConverter

public interface WVTCharConverter

This interface represents a mechanism to convert char encondings. This can be useful for character sets, which should be reduced, e.g. accents should be removed, etc.

Version:
$Id: WVTCharConverter.java,v 1.2 2006/06/06 11:45:24 mjwurst Exp $
Author:
Michael Wurst

Method Summary
 java.io.Reader convertChars(java.io.Reader source, WVTDocumentInfo d)
          Convert characters.
 

Method Detail

convertChars

java.io.Reader convertChars(java.io.Reader source,
                            WVTDocumentInfo d)
                            throws WVToolException
Convert characters.

Parameters:
source - the Reader from which to obtain the characters
d - the WVTDocumentInfo about the document to process
Returns:
a Reader value, as output
Throws:
java.lang.Exception - if an error occurs
WVToolException