Package | Description |
---|---|
org.apache.commons.lang3.text.translate |
An API for creating text translation routines from a set of smaller building blocks.
|
Modifier and Type | Method | Description |
---|---|---|
static NumericEntityUnescaper.OPTION |
NumericEntityUnescaper.OPTION.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static NumericEntityUnescaper.OPTION[] |
NumericEntityUnescaper.OPTION.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
NumericEntityUnescaper.isSet(NumericEntityUnescaper.OPTION option) |
Deprecated.
Whether the passed in option is currently set.
|
Constructor | Description |
---|---|
NumericEntityUnescaper(NumericEntityUnescaper.OPTION... options) |
Deprecated.
Create a UnicodeUnescaper.
|
Copyright © 2001–2018. All rights reserved.