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

Packages that use ArabicEncoderBase
org.jqurantree.arabic.encoding.buckwalter Contains the BuckwalterEncoder and BuckwalterDecoder classes, which implement Buckwalter transliteration. 
org.jqurantree.arabic.encoding.simple Contains the SimpleEncoder class which implements simple encoding. 
org.jqurantree.arabic.encoding.unicode Contains the UnicodeEncoder and UnicodeDecoder classes for translating ArabicText to and from Unicode. 
 

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

Subclasses of ArabicEncoderBase in org.jqurantree.arabic.encoding.buckwalter
 class BuckwalterEncoder
          Supports encoding ArabicText into Buckwalter transliteration.
 

Uses of ArabicEncoderBase in org.jqurantree.arabic.encoding.simple
 

Subclasses of ArabicEncoderBase in org.jqurantree.arabic.encoding.simple
 class SimpleEncoder
          Supports encoding ArabicText into simple encoding.
 

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

Subclasses of ArabicEncoderBase in org.jqurantree.arabic.encoding.unicode
 class UnicodeEncoder
          Supports encoding ArabicText into Unicode character data.
 



Copyright© Kais Dukes, 2009. All Rights Reserved.