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.StringgetHtml()Returns the original HTML.voidsetHtml(java.lang.String html)Contains the original HTML.
-