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 and 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 and Description |
---|---|
boolean |
NumericEntityUnescaper.isSet(NumericEntityUnescaper.OPTION option)
Whether the passed in option is currently set.
|
Constructor and Description |
---|
NumericEntityUnescaper(NumericEntityUnescaper.OPTION... options)
Create a UnicodeUnescaper.
|
Copyright © 2001–2014 The Apache Software Foundation. All rights reserved.