Class RMHTMLParser


  • public class RMHTMLParser
    extends java.lang.Object
    This class provides methods to create an xstring from HTML and RTF.
    • Constructor Summary

      Constructors 
      Constructor Description
      RMHTMLParser()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static RMXString parse​(java.lang.String html, RMFont baseFont)
      Returns an xstring for the given html string and a default font.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RMHTMLParser

        public RMHTMLParser()
    • Method Detail

      • parse

        public static RMXString parse​(java.lang.String html,
                                      RMFont baseFont)
        Returns an xstring for the given html string and a default font.