Uses of Class
com.helger.html.hc.html.textlevel.HCCode
-
Packages that use HCCode Package Description com.helger.html.hc.html.traits com.helger.html.markdown -
-
Uses of HCCode in com.helger.html.hc.html.traits
Methods in com.helger.html.hc.html.traits that return HCCode Modifier and Type Method Description default HCCodeIHCTrait. code()default HCCodeIHCTrait. code(IHCNode aNode)default HCCodeIHCTrait. code(Iterable<? extends IHCNode> aNodes)default HCCodeIHCTrait. code(String s)default HCCodeIHCTrait. code(String... aTexts) -
Uses of HCCode in com.helger.html.markdown
Methods in com.helger.html.markdown that return HCCode Modifier and Type Method Description HCCodeIMarkdownDecorator. openCodeSpan(com.helger.html.markdown.MarkdownHCStack out)Called when a code span is opened.HCCodeMarkdownDefaultDecorator. openCodeSpan(com.helger.html.markdown.MarkdownHCStack out)
-