Uses of Interface
org.htmlunit.cyberneko.xerces.util.EncodingTranslator
-
Packages that use EncodingTranslator Package Description org.htmlunit.cyberneko org.htmlunit.cyberneko.xerces.util -
-
Uses of EncodingTranslator in org.htmlunit.cyberneko
Fields in org.htmlunit.cyberneko declared as EncodingTranslator Modifier and Type Field Description protected EncodingTranslator
HTMLScanner. fEncodingTranslator
Error reporter. -
Uses of EncodingTranslator in org.htmlunit.cyberneko.xerces.util
Classes in org.htmlunit.cyberneko.xerces.util that implement EncodingTranslator Modifier and Type Class Description class
EncodingMap
EncodingMap is a convenience class which handles conversions between IANA encoding names and Java encoding names, and vice versa.class
StandardEncodingTranslator
EncodingTranslator based on https://encoding.spec.whatwg.org/#names-and-labels
-