Uses of Interface
org.jsoup.helper.Consumer
Packages that use Consumer
-
Uses of Consumer in org.jsoup.nodes
Methods in org.jsoup.nodes with parameters of type ConsumerModifier and TypeMethodDescriptionPerform the supplied action on this Element and each of its descendant Elements, during a depth-first traversal.Element.forEachNode
(Consumer<? super Node> action) Node.forEachNode
(Consumer<? super Node> action) Perform the supplied action on this Node and each of its descendants, during a depth-first traversal.