Uses of Interface
org.jsoup.select.NodeVisitor
Package
Description
Package containing classes supporting the core jsoup code.
HTML document structure nodes.
Packages to support the CSS-style element selector.
-
Uses of NodeVisitor in org.jsoup.helper
Modifier and TypeClassDescriptionprotected static class
Implements the conversion by walking the input. -
Uses of NodeVisitor in org.jsoup.nodes
Modifier and TypeMethodDescriptionElement.traverse
(NodeVisitor nodeVisitor) Node.traverse
(NodeVisitor nodeVisitor) Perform a depth-first traversal through this node and its descendants. -
Uses of NodeVisitor in org.jsoup.select
Modifier and TypeMethodDescriptionElements.traverse
(NodeVisitor nodeVisitor) Perform a depth-first traversal on each of the selected elements.static void
NodeTraversor.traverse
(NodeVisitor visitor, Node root) Run a depth-first traverse of the root and all of its descendants.static void
NodeTraversor.traverse
(NodeVisitor visitor, Elements elements) Run a depth-first traversal of each Element.