Uses of Interface
org.jqurantree.arabic.encoding.ArabicDecoder

Packages that use ArabicDecoder
org.jqurantree.arabic.encoding Contains interfaces and supporting base classes for Arabic encoders and decoders. 
org.jqurantree.arabic.encoding.buckwalter Contains the BuckwalterEncoder and BuckwalterDecoder classes, which implement Buckwalter transliteration. 
org.jqurantree.arabic.encoding.unicode Contains the UnicodeEncoder and UnicodeDecoder classes for translating ArabicText to and from Unicode. 
 

Uses of ArabicDecoder in org.jqurantree.arabic.encoding
 

Classes in org.jqurantree.arabic.encoding that implement ArabicDecoder
 class ArabicDecoderBase
          ArabicDecoderBase is an abstract base class providing a common implementation for ArabicText decoders.
 

Methods in org.jqurantree.arabic.encoding that return ArabicDecoder
static ArabicDecoder EncodingFactory.getDecoder(EncodingType encodingType)
          Gets a new ArabicDecoder instance for the specified encoding scheme.
 

Uses of ArabicDecoder in org.jqurantree.arabic.encoding.buckwalter
 

Classes in org.jqurantree.arabic.encoding.buckwalter that implement ArabicDecoder
 class BuckwalterDecoder
          Supports decoding Buckwalter transliteration into ArabicText.
 

Uses of ArabicDecoder in org.jqurantree.arabic.encoding.unicode
 

Classes in org.jqurantree.arabic.encoding.unicode that implement ArabicDecoder
 class UnicodeDecoder
          Supports decoding Unicode character data into ArabicText.
 



Copyright© Kais Dukes, 2009. All Rights Reserved.