| java.lang.Object com.ibm.icu.text.RBNFPostProcessor
All known Subclasses: com.ibm.icu.text.RBNFChinesePostProcessor,
RBNFPostProcessor | class RBNFPostProcessor (Code) | | Post processor for RBNF output.
|
init | void init(RuleBasedNumberFormat formatter, String rules)(Code) | | Initialization routine for this instance, called once
immediately after first construction and never again.
Parameters: formatter - the formatter that will be using this post-processor Parameters: the - special rules for this post-procesor |
process | void process(StringBuffer output, NFRuleSet ruleSet)(Code) | | Work routine. Post process the output, which was generated by the
ruleset with the given name.
Parameters: output - the output of the main RBNF processing Parameters: ruleSet - the rule set originally invoked to generate the output |
|
|