Package com.adobe.aemds.guide.utils
Class GuideHTMLParserOptions
- java.lang.Object
-
- com.adobe.aemds.guide.utils.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.
-