Package com.ibm.icu.text
Class TransliteratorIDParser.SingleID
java.lang.Object
com.ibm.icu.text.TransliteratorIDParser.SingleID
- Enclosing class:
TransliteratorIDParser
A structure containing the canonicalized data of a filtered ID,
that is, a basic ID optionally with a filter.
'canonID' is always non-null. It may be the empty string "".
It is the id that should be assigned to the created
transliterator. It _cannot_ be instantiated directly.
'basicID' is always non-null and non-empty. It is always of
the form S-T or S-T/V. It is designed to be fed to low-level
instantiation code that only understands these two formats.
'filter' may be null, if there is none, or non-null and
non-empty.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
canonID
-
basicID
-
filter
-
-
Constructor Details
-
SingleID
-
SingleID
-
-
Method Details
-
getInstance
Transliterator getInstance()
-