Interface EncodingTranslator
-
- All Known Implementing Classes:
EncodingMap,StandardEncodingTranslator
public interface EncodingTranslatorThe tranlator to be used for mapping an encoding label to the encoding to be used. This is used for the procession of the meta tag. see https://encoding.spec.whatwg.org/#names-and-labels- Author:
- Ronald Brill
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringencodingNameFromLabel(String encodingLabel)
-