|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Normalizer.Form | |
|---|---|
| org.apache.abdera.i18n.iri | |
| org.apache.abdera.i18n.text | |
| Uses of Normalizer.Form in org.apache.abdera.i18n.iri |
|---|
| Constructors in org.apache.abdera.i18n.iri with parameters of type Normalizer.Form | |
|---|---|
IRI(String iri,
Normalizer.Form nf)
|
|
| Uses of Normalizer.Form in org.apache.abdera.i18n.text |
|---|
| Methods in org.apache.abdera.i18n.text that return Normalizer.Form | |
|---|---|
static Normalizer.Form |
Normalizer.Form.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Normalizer.Form[] |
Normalizer.Form.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.apache.abdera.i18n.text with parameters of type Normalizer.Form | |
|---|---|
static String |
Normalizer.normalize(CharSequence source,
Normalizer.Form form)
Normalize the string using the specified Form |
static String |
Normalizer.normalize(CharSequence source,
Normalizer.Form form,
StringBuilder buf)
Normalize the string into the given StringBuilder using the given Form |
static String |
Sanitizer.sanitize(String slug,
String filler,
boolean lower,
Normalizer.Form form)
|
static String |
Sanitizer.sanitize(String slug,
String filler,
boolean lower,
Normalizer.Form form,
String pattern)
Used to sanitize a string. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||