|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ArabicEncoder | |
|---|---|
| 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.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 ArabicEncoder in org.jqurantree.arabic.encoding |
|---|
| Classes in org.jqurantree.arabic.encoding that implement ArabicEncoder | |
|---|---|
class |
ArabicEncoderBase
ArabicEncoderBase is an abstract base class providing a common
implementation for ArabicText encoders. |
| Methods in org.jqurantree.arabic.encoding that return ArabicEncoder | |
|---|---|
static ArabicEncoder |
EncodingFactory.getEncoder(EncodingType encodingType)
Gets a new ArabicEncoder instance for the specified encoding
scheme. |
| Uses of ArabicEncoder in org.jqurantree.arabic.encoding.buckwalter |
|---|
| Classes in org.jqurantree.arabic.encoding.buckwalter that implement ArabicEncoder | |
|---|---|
class |
BuckwalterEncoder
Supports encoding ArabicText into Buckwalter
transliteration. |
| Uses of ArabicEncoder in org.jqurantree.arabic.encoding.simple |
|---|
| Classes in org.jqurantree.arabic.encoding.simple that implement ArabicEncoder | |
|---|---|
class |
SimpleEncoder
Supports encoding ArabicText into simple
encoding. |
| Uses of ArabicEncoder in org.jqurantree.arabic.encoding.unicode |
|---|
| Classes in org.jqurantree.arabic.encoding.unicode that implement ArabicEncoder | |
|---|---|
class |
UnicodeEncoder
Supports encoding ArabicText into Unicode
character data. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||