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 EncodingTranslatorHTMLScanner. fEncodingTranslatorError 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 classEncodingMapEncodingMap is a convenience class which handles conversions between IANA encoding names and Java encoding names, and vice versa.classStandardEncodingTranslatorEncodingTranslator based on https://encoding.spec.whatwg.org/#names-and-labels
-