Uses of Class
com.helger.html.hc.impl.HCNodeList
-
Packages that use HCNodeList Package Description com.helger.html.hc.ext com.helger.html.hc.html com.helger.html.hc.impl com.helger.html.markdown -
-
Uses of HCNodeList in com.helger.html.hc.ext
Methods in com.helger.html.hc.ext that return HCNodeList Modifier and Type Method Description static HCNodeListHCExtHelper. nl2brNodeList(String sText)static HCNodeListHCExtHelper. nl2divNodeList(String sText)Convert the passed text to a list of <div> elements. -
Uses of HCNodeList in com.helger.html.hc.html
Methods in com.helger.html.hc.html that return HCNodeList Modifier and Type Method Description HCNodeListAbstractHCElementWithInternalChildren. getAllChildrenAsNodeList() -
Uses of HCNodeList in com.helger.html.hc.impl
Methods in com.helger.html.hc.impl that return HCNodeList Modifier and Type Method Description HCNodeListAbstractHCHasChildrenMutable. getAllChildrenAsNodeList() -
Uses of HCNodeList in com.helger.html.markdown
Methods in com.helger.html.markdown that return HCNodeList Modifier and Type Method Description HCNodeListMarkdownProcessingResult. getNodeList()
-