Package com.xmlmind.util
Class LoadText.HTMLCharsetDetector
- java.lang.Object
-
- com.xmlmind.util.LoadText.EncodingDetectorBase
-
- com.xmlmind.util.LoadText.HTMLCharsetDetector
-
- All Implemented Interfaces:
LoadText.EncodingDetector
- Enclosing class:
- LoadText
public static final class LoadText.HTMLCharsetDetector extends LoadText.EncodingDetectorBase
Detects an encoding by parsing<meta charset="ENCODING" >
or<meta http-equiv="Content-Type" content="text/html; charset=ENCODING">
.
-
-
Constructor Summary
Constructors Constructor Description HTMLCharsetDetector()
-