Class LangTags

java.lang.Object
org.apache.jena.graph.langtag.LangTags

@Deprecated(forRemoval=true) public class LangTags extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
use org.apache.jena.langtag.LangTags
Functions on language tag strings
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static String
    Deprecated, for removal: This API element is subject to removal in a future version.
    use org.apache.jena.langtag.LangTags#basicFormat(String)
    static String
    Deprecated, for removal: This API element is subject to removal in a future version.
    use org.apache.jena.langtag.LangTags#formatLangtag(String)

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • LangTags

      public LangTags()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • formatLangtag

      @Deprecated(forRemoval=true) public static String formatLangtag(String input)
      Deprecated, for removal: This API element is subject to removal in a future version.
      use org.apache.jena.langtag.LangTags#formatLangtag(String)
      Format language tag. This is the system-wide policy for formatting language tags.
    • basicFormat

      @Deprecated(forRemoval=true) public static String basicFormat(String string)
      Deprecated, for removal: This API element is subject to removal in a future version.
      use org.apache.jena.langtag.LangTags#basicFormat(String)
      Format an language tag assumed to be valid. This code only deals with langtags by the string length of the subtags. RFC 5646 section 2.1.1