Package | Description |
---|---|
org.apache.commons.text |
Basic classes for text handling.
|
org.apache.commons.text.translate |
An API for creating text translation routines from a set of smaller building blocks.
|
Class | Description |
---|---|
CharSequenceTranslator |
An API for translating text.
|
Class | Description |
---|---|
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.
|
JavaUnicodeEscaper |
Translates codepoints to their Unicode escaped value suitable for Java source.
|
NumericEntityEscaper |
Translates codepoints to their XML numeric entity escaped value.
|
NumericEntityUnescaper.OPTION |
NumericEntityUnescaper option enum.
|
UnicodeEscaper |
Translates codepoints to their Unicode escaped value.
|
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.