Uses of Class
com.helger.html.hc.impl.HCTextNode
-
Packages that use HCTextNode Package Description com.helger.html.hc.html.traits com.helger.html.hc.impl -
-
Uses of HCTextNode in com.helger.html.hc.html.traits
Methods in com.helger.html.hc.html.traits that return HCTextNode Modifier and Type Method Description default HCTextNodeIHCTrait. text(char n)default HCTextNodeIHCTrait. text(char[] a)default HCTextNodeIHCTrait. text(int n)default HCTextNodeIHCTrait. text(long n)default HCTextNodeIHCTrait. text(String s) -
Uses of HCTextNode in com.helger.html.hc.impl
Methods in com.helger.html.hc.impl that return HCTextNode Modifier and Type Method Description static HCTextNodeHCTextNode. createOnDemand(char[] aText)static HCTextNodeHCTextNode. createOnDemand(String sText)
-