|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.icu.text.Transliterator | +--com.ibm.icu.text.NullTransliterator
A transliterator that leaves text unchanged.
Inner classes inherited from class com.ibm.icu.text.Transliterator |
Transliterator.Factory, Transliterator.Position |
Fields inherited from class com.ibm.icu.text.Transliterator |
FORWARD, ID_DELIM, ID_SEP, REVERSE, VARIANT_SEP |
Constructor Summary | |
NullTransliterator()
Constructs a transliterator. |
Method Summary | |
protected void |
handleTransliterate(Replaceable text,
Transliterator.Position offsets,
boolean incremental)
Implements Transliterator.handleTransliterate(com.ibm.icu.text.Replaceable, com.ibm.icu.text.Transliterator.Position, boolean) . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NullTransliterator()
Method Detail |
protected void handleTransliterate(Replaceable text, Transliterator.Position offsets, boolean incremental)
Transliterator.handleTransliterate(com.ibm.icu.text.Replaceable, com.ibm.icu.text.Transliterator.Position, boolean)
.handleTransliterate
in class Transliterator
com.ibm.icu.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.icu.text.Replaceable, int, int)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |