Uses of Class
com.ibm.icu.text.MessagePatternUtil.Node

Packages that use MessagePatternUtil.Node
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
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.
 



Copyright (c) 2012 IBM Corporation and others.