Class | Description |
---|---|
AggregateTranslator |
Executes a sequence of translators one after the other.
|
CharSequenceTranslator |
An API for translating text.
|
CodePointTranslator |
Helper subclass to CharSequenceTranslator to allow for translations that
will replace up to one character at a time.
|
EntityArrays |
Class holding various entity data for HTML and XML - generally for use with
the LookupTranslator.
|
JavaUnicodeEscaper |
Translates codepoints to their Unicode escaped value suitable for Java source.
|
LookupTranslator |
Translates a value using a lookup table.
|
StringEscapeUtils |
Escapes and unescapes
String s for
Java, Java Script, HTML and XML. |
StringEscapeUtils.Builder |
Convenience wrapper for
StringBuilder providing escape methods. |
UnicodeEscaper |
Translates codepoints to their Unicode escaped value.
|
Copyright © 2005–2018. All rights reserved.