Apache Abdera API

Uses of Class
org.apache.abdera.i18n.text.Normalizer.Form

Packages that use Normalizer.Form
org.apache.abdera.i18n.iri   
org.apache.abdera.i18n.text   
org.apache.abdera.protocol.util   
 

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're 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.
 

Uses of Normalizer.Form in org.apache.abdera.protocol.util
 

Methods in org.apache.abdera.protocol.util with parameters of type Normalizer.Form
static String EncodingUtil.sanitize(String slug, String filler, boolean lower, Normalizer.Form form)
          Deprecated.  
static String EncodingUtil.sanitize(String slug, String filler, boolean lower, Normalizer.Form form, String pattern)
          Deprecated.  
 


Apache Abdera API

Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.