Uses of Class
org.jqurantree.arabic.encoding.EncodingType

Packages that use EncodingType
org.jqurantree.arabic Models ArabicText as a sequence of characters with diacritics, with an internal ByteFormat used to represent character data. 
org.jqurantree.arabic.encoding Contains interfaces and supporting base classes for Arabic encoders and decoders. 
org.jqurantree.search Search API package, providing classes for searching the Holy Quran. 
 

Uses of EncodingType in org.jqurantree.arabic
 

Methods in org.jqurantree.arabic with parameters of type EncodingType
static ArabicText ArabicText.fromEncoding(java.lang.String text, EncodingType encodingType)
          Decodes a string into Arabic text, according to the specified encoding scheme.
 java.lang.String ArabicText.toString(EncodingType encodingType)
          Converts the Arabic text to a string according the specified encoding scheme.
 java.lang.String ArabicCharacter.toString(EncodingType encodingType)
          Converts the character to a string using the specified encoding type.
 java.lang.String ArabicText.toString(EncodingType encodingType, EncodingOptions options)
          Converts the Arabic text to a string according the specified encoding scheme and encoding options.
 

Uses of EncodingType in org.jqurantree.arabic.encoding
 

Methods in org.jqurantree.arabic.encoding that return EncodingType
static EncodingType EncodingType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static EncodingType[] EncodingType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jqurantree.arabic.encoding with parameters of type EncodingType
static ArabicDecoder EncodingFactory.getDecoder(EncodingType encodingType)
          Gets a new ArabicDecoder instance for the specified encoding scheme.
static ArabicEncoder EncodingFactory.getEncoder(EncodingType encodingType)
          Gets a new ArabicEncoder instance for the specified encoding scheme.
 

Uses of EncodingType in org.jqurantree.search
 

Constructors in org.jqurantree.search with parameters of type EncodingType
TokenSearch(EncodingType encodingType)
          Creates a new TokenSearch instance, using the specified encoding scheme.
TokenSearch(EncodingType encodingType, SearchOptions options)
          Creates a new TokenSearch instance, using the specified encoding scheme and search options.
 



Copyright© Kais Dukes, 2009. All Rights Reserved.