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