Uses of Class
com.helger.html.hc.html.grouping.HCDiv
-
Packages that use HCDiv Package Description com.helger.html.hc.ext com.helger.html.hc.html.traits -
-
Uses of HCDiv in com.helger.html.hc.ext
Methods in com.helger.html.hc.ext that return types with arguments of type HCDiv Modifier and Type Method Description static com.helger.commons.collection.impl.ICommonsList<HCDiv>HCExtHelper. nl2divList(String sText)Convert the passed text to a list of <div> elements.Method parameters in com.helger.html.hc.ext with type arguments of type HCDiv Modifier and Type Method Description static voidHCExtHelper. nl2divList(String sText, Consumer<? super HCDiv> aTarget)Convert the passed text to a list of <div> elements. -
Uses of HCDiv in com.helger.html.hc.html.traits
Methods in com.helger.html.hc.html.traits that return HCDiv Modifier and Type Method Description default HCDivIHCTrait. div()default HCDivIHCTrait. div(IHCNode aNode)default HCDivIHCTrait. div(Iterable<? extends IHCNode> aNodes)default HCDivIHCTrait. div(String s)default HCDivIHCTrait. div(String... aTexts)
-