Interface EncodingTranslator
-
- All Known Implementing Classes:
EncodingMap
,StandardEncodingTranslator
public interface EncodingTranslator
The 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
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
encodingNameFromLabel(java.lang.String encodingLabel)
-