Package com.xmlmind.util
Class LoadText.KeywordBasedDetector
- java.lang.Object
-
- com.xmlmind.util.LoadText.EncodingDetectorBase
-
- com.xmlmind.util.LoadText.KeywordBasedDetector
-
- All Implemented Interfaces:
LoadText.EncodingDetector
- Enclosing class:
- LoadText
public static final class LoadText.KeywordBasedDetector extends LoadText.EncodingDetectorBase
Detects an encoding by parsingKEYWORD "ENCODING";
, for example@charset "ENCODING";
.
-
-
Constructor Summary
Constructors Constructor Description KeywordBasedDetector(String keyword)
-