Uses of Interface
com.itextpdf.styledxmlparser.jsoup.select.NodeVisitor
Packages that use NodeVisitor
Package
Description
-
Uses of NodeVisitor in com.itextpdf.styledxmlparser.jsoup.nodes
Classes in com.itextpdf.styledxmlparser.jsoup.nodes that implement NodeVisitorModifier and TypeClassDescriptionprivate static final class
private static final class
private static class
Methods in com.itextpdf.styledxmlparser.jsoup.nodes with parameters of type NodeVisitorModifier and TypeMethodDescriptionElement.traverse
(NodeVisitor nodeVisitor) Node.traverse
(NodeVisitor nodeVisitor) Perform a depth-first traversal through this node and its descendants. -
Uses of NodeVisitor in com.itextpdf.styledxmlparser.jsoup.safety
Classes in com.itextpdf.styledxmlparser.jsoup.safety that implement NodeVisitorModifier and TypeClassDescriptionprivate final class
Iterates the input and copies trusted nodes (tags, attributes, text) into the destination. -
Uses of NodeVisitor in com.itextpdf.styledxmlparser.jsoup.select
Classes in com.itextpdf.styledxmlparser.jsoup.select that implement NodeVisitorMethods in com.itextpdf.styledxmlparser.jsoup.select with parameters of type NodeVisitorModifier and TypeMethodDescriptionElements.traverse
(NodeVisitor nodeVisitor) Perform a depth-first traversal on each of the selected elements.static void
NodeTraversor.traverse
(NodeVisitor visitor, Node root) Start a depth-first traverse of the root and all of its descendants.static void
NodeTraversor.traverse
(NodeVisitor visitor, Elements elements) Start a depth-first traverse of all elements.