Uses of Interface
com.helger.html.hc.IHCConversionSettings
-
Packages that use IHCConversionSettings Package Description com.helger.html.hc com.helger.html.hc.config com.helger.html.hc.render com.helger.html.markdown -
-
Uses of IHCConversionSettings in com.helger.html.hc
Methods in com.helger.html.hc that return IHCConversionSettings Modifier and Type Method Description IHCConversionSettingsIHCConversionSettings. getClone(EHTMLVersion eHTMLVersion)Get a clone of this settings, but with a different HTML version.IHCConversionSettingsIHCConversionSettings. getCloneIfNecessary(EHTMLVersion eHTMLVersion)Get a clone of this settings, but with a different HTML version. -
Uses of IHCConversionSettings in com.helger.html.hc.config
Classes in com.helger.html.hc.config that implement IHCConversionSettings Modifier and Type Class Description classHCConversionSettingsThe default implementation ofIHCConversionSettingscontaining the real settings for HTML output.Methods in com.helger.html.hc.config that return IHCConversionSettings Modifier and Type Method Description static IHCConversionSettingsHCSettings. getConversionSettings()Constructors in com.helger.html.hc.config with parameters of type IHCConversionSettings Constructor Description HCConversionSettings(IHCConversionSettings aBase)Copy constructor.HCConversionSettings(IHCConversionSettings aBase, EHTMLVersion eHTMLVersion)Kind of copy constructor. -
Uses of IHCConversionSettings in com.helger.html.hc.render
Methods in com.helger.html.hc.render with parameters of type IHCConversionSettings Modifier and Type Method Description static StringHCRenderer. getAsHTMLString(IHCNode aHCNode, IHCConversionSettings aConversionSettings)Convert the passed node to it's HTML representation.static voidHCRenderer. writeHtmlTo(IHCNode aHCNode, IHCConversionSettings aConversionSettings, OutputStream aOS) -
Uses of IHCConversionSettings in com.helger.html.markdown
Methods in com.helger.html.markdown with parameters of type IHCConversionSettings Modifier and Type Method Description StringMarkdownProcessingResult. getAsHTMLString(IHCConversionSettings aConversionSettings)
-