|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.text.Transliterator | +--com.ibm.text.HangulJamoTransliterator
A transliterator that converts Hangul to Jamo
Copyright © IBM Corporation 1999. All rights reserved.
Inner classes inherited from class com.ibm.text.Transliterator |
Transliterator.Position |
Fields inherited from class com.ibm.text.Transliterator |
FORWARD, REVERSE |
Constructor Summary | |
HangulJamoTransliterator()
Constructs a transliterator. |
Method Summary | |
static boolean |
decomposeHangul(char s,
java.lang.StringBuffer result)
|
protected void |
handleTransliterate(Replaceable text,
Transliterator.Position offsets,
boolean incremental)
Implements Transliterator.handleTransliterate(com.ibm.text.Replaceable, com.ibm.text.Transliterator.Position, boolean) . |
Methods inherited from class com.ibm.text.Transliterator |
filteredCharAt, finishTransliteration, getAvailableIDs, getDisplayName, getDisplayName, getFilter, getID, getInstance, getInstance, getInverse, getMaximumContextLength, registerClass, setFilter, setMaximumContextLength, transliterate, transliterate, transliterate, transliterate, transliterate, transliterate, unregister |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public HangulJamoTransliterator()
Method Detail |
protected void handleTransliterate(Replaceable text, Transliterator.Position offsets, boolean incremental)
Transliterator.handleTransliterate(com.ibm.text.Replaceable, com.ibm.text.Transliterator.Position, boolean)
.handleTransliterate
in class Transliterator
com.ibm.text.Transliterator
text
- the buffer holding transliterated and
untransliterated textpos
- the start and limit of the text, the position
of the cursor, and the start and limit of transliteration.incremental
- if true, assume more text may be coming after
pos.contextLimit. Otherwise, assume the text is complete.Transliterator.transliterate(com.ibm.text.Replaceable, int, int)
public static boolean decomposeHangul(char s, java.lang.StringBuffer result)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |