Uses of Class
org.apache.abdera.i18n.rfc4646.Lang

Packages that use Lang
org.apache.abdera.factory   
org.apache.abdera.i18n.rfc4646   
org.apache.abdera.i18n.text   
org.apache.abdera.model   
org.apache.abdera.writer   
 

Uses of Lang in org.apache.abdera.factory
 

Methods in org.apache.abdera.factory with parameters of type Lang
 StreamBuilder StreamBuilder.writeLanguage(Lang lang)
           
 

Uses of Lang in org.apache.abdera.i18n.rfc4646
 

Methods in org.apache.abdera.i18n.rfc4646 that return Lang
 Lang Lang.canonicalize()
          Produce a canonicalized copy of this lang tag
 Lang Lang.clone()
          Clone this Language tag
 Lang[] Range.filter(Lang... lang)
          Filter the given set of lang tags.
static Lang[] Range.filter(String range, Lang... lang)
          Filter the given set of lang tags.
 Lang Lang.getParent()
          Get a Lang tag that drops the last subtag
static Lang Lang.parse(String lang)
          Parse a Lang tag
 

Methods in org.apache.abdera.i18n.rfc4646 with parameters of type Lang
 Lang[] Range.filter(Lang... lang)
          Filter the given set of lang tags.
static Lang[] Range.filter(String range, Lang... lang)
          Filter the given set of lang tags.
 boolean Lang.isChildOf(Lang lang)
          Return true if the specified lang tag is the parent of this one
 boolean Lang.isParentOf(Lang lang)
          Return true if the specified lang tag is the child of this one
 boolean Range.matches(Lang lang)
          True if the lang tag matches this range
 boolean Range.matches(Lang lang, boolean extended)
          True if the lang tag matches this range
static boolean Range.matches(String range, Lang lang)
          True if the lang tag matches the range.
static boolean Range.matches(String range, Lang lang, boolean extended)
          True if the lang tag matches the range.
 

Constructors in org.apache.abdera.i18n.rfc4646 with parameters of type Lang
Range(Lang lang)
          Create a Language-Range from a Lang tag
Range(Lang lang, boolean extended)
          Create a Language-Range from a Lang tag
 

Uses of Lang in org.apache.abdera.i18n.text
 

Methods in org.apache.abdera.i18n.text with parameters of type Lang
static Bidi.Direction Bidi.guessDirectionFromLanguage(Lang lang)
          Algorithm that will determine text direction by looking at the characteristics of the language tag.
 

Uses of Lang in org.apache.abdera.model
 

Methods in org.apache.abdera.model that return Lang
 Lang ElementWrapper.getLanguageTag()
           
 Lang Element.getLanguageTag()
          Returns the value of the xml:lang attribute as a Lang object
 Lang Document.getLanguageTag()
          Returns the value of the xml:lang attribute as a Lang object
 

Uses of Lang in org.apache.abdera.writer
 

Methods in org.apache.abdera.writer with parameters of type Lang
 StreamWriter StreamWriter.writeLanguage(Lang lang)
          Write the xml:lang attribute
 



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