Class MessageMLContext


  • public class MessageMLContext
    extends Object
    The main entry point for parsing string message data in MessageML or Markdown formats and associated JSON entity data into MessageML document trees and converting them to output formats (PresentationML and Markdown). To generate a messageML tree, use one of parseMessageML() or parseMarkdown(). Once the message has been parsed, use one of the get() methods to retrieve the desired output format.
    Since:
    3/21/17
    Author:
    lukasz
    • Constructor Detail

      • MessageMLContext

        public MessageMLContext​(IDataProvider dataProvider)