Uses of Class
com.ibm.icu.text.MessagePatternUtil.Node
-
Packages that use MessagePatternUtil.Node Package Description com.ibm.icu.text Extensions and enhancements to java.text to support unicode transforms, UnicodeSet, surrogate char utilities, UCA collation, normalization, break iteration (rule and dictionary based), enhanced number format, international string searching, and arabic shaping. -
-
Uses of MessagePatternUtil.Node in com.ibm.icu.text
Subclasses of MessagePatternUtil.Node in com.ibm.icu.text Modifier and Type Class Description static class
MessagePatternUtil.ArgNode
A piece of MessageNode contents representing a message argument and its details.static class
MessagePatternUtil.ComplexArgStyleNode
A Node representing details of the argument style of a complex argument.static class
MessagePatternUtil.MessageContentsNode
A piece of MessageNode contents.static class
MessagePatternUtil.MessageNode
A Node representing a parsed MessageFormat pattern string.static class
MessagePatternUtil.TextNode
Literal text, a piece of MessageNode contents.static class
MessagePatternUtil.VariantNode
A Node representing a nested message (nested inside an argument) with its selection criterium.
-