@Deprecated public class MFParser extends Object
MessageFormat 2 syntax into a data model MFDataModel.Message.
It is used by MessageFormatter, but it might be handy for various tools.
| Modifier and Type | Method and Description |
|---|---|
static MFDataModel.Message |
parse(String input)
Deprecated.
This API is for technology preview only.
|
@Deprecated public static MFDataModel.Message parse(String input) throws MFParseException
MessageFormat 2 syntax into a MFDataModel.Message.
It is used by MessageFormatter, but it might be handy for various tools.
input - the text to parseMFDataModel.MessageMFParseException - if errors are detectedCopyright © 2016 Unicode, Inc. and others.