Uses of Interface
com.helger.html.hc.IHCIteratorNonBreakableCallback
-
Packages that use IHCIteratorNonBreakableCallback Package Description com.helger.html.hc -
-
Uses of IHCIteratorNonBreakableCallback in com.helger.html.hc
Methods in com.helger.html.hc with parameters of type IHCIteratorNonBreakableCallback Modifier and Type Method Description static voidHCHelper. iterateChildrenNonBreakable(IHCNode aNode, IHCIteratorNonBreakableCallback aCallback)Recursively iterate all child nodes of the passed node.static voidHCHelper. iterateTreeNonBreakable(IHCNode aNode, IHCIteratorNonBreakableCallback aCallback)Recursively iterate the node and all child nodes of the passed node.
-