Uses of Interface
com.helger.html.hc.IHCNodeList
-
Packages that use IHCNodeList Package Description com.helger.html.hc com.helger.html.hc.impl -
-
Uses of IHCNodeList in com.helger.html.hc
Classes in com.helger.html.hc with type parameters of type IHCNodeList Modifier and Type Interface Description interfaceIHCNodeList<IMPLTYPE extends IHCNodeList<IMPLTYPE>>Marker interface for node listsMethods in com.helger.html.hc that return IHCNodeList Modifier and Type Method Description IHCNodeList<?>IHCHasChildrenMutable. getAllChildrenAsNodeList() -
Uses of IHCNodeList in com.helger.html.hc.impl
Classes in com.helger.html.hc.impl that implement IHCNodeList Modifier and Type Class Description classAbstractHCNodeList<IMPLTYPE extends AbstractHCNodeList<IMPLTYPE>>This class is an abstract HC node that represents a list of nodes without creating an HTML element by itself.classHCNodeListThis class is an abstract HC node that represents a list of nodes without creating an HTML element by itself.
-