Class GuideHTMLParserOptions


  • public class GuideHTMLParserOptions
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      GuideHTMLParserOptions​(java.lang.String html)
      Object to be passed to HTML parser.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getHtml()
      Returns the original HTML.
      void setHtml​(java.lang.String html)
      Contains the original HTML.
      • Methods inherited from class java.lang.Object

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

      • GuideHTMLParserOptions

        public GuideHTMLParserOptions​(java.lang.String html)
        Object to be passed to HTML parser.
        Parameters:
        html -
    • Method Detail

      • getHtml

        public java.lang.String getHtml()
        Returns the original HTML.
      • setHtml

        public void setHtml​(java.lang.String html)
        Contains the original HTML.
        Parameters:
        html -