Uses of Interface
com.itextpdf.styledxmlparser.jsoup.select.NodeVisitor
-
Packages that use NodeVisitor Package Description com.itextpdf.styledxmlparser.jsoup.nodes com.itextpdf.styledxmlparser.jsoup.safety com.itextpdf.styledxmlparser.jsoup.select -
-
Uses of NodeVisitor in com.itextpdf.styledxmlparser.jsoup.nodes
Classes in com.itextpdf.styledxmlparser.jsoup.nodes that implement NodeVisitor Modifier and Type Class Description private static class
Element.TextNodeVisitor
private static class
Element.WholeTextNodeVisitor
private static class
Node.OuterHtmlVisitor
Methods in com.itextpdf.styledxmlparser.jsoup.nodes with parameters of type NodeVisitor Modifier and Type Method Description Node
Element. traverse(NodeVisitor nodeVisitor)
Node
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 NodeVisitor Modifier and Type Class Description private class
Cleaner.CleaningVisitor
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 NodeVisitor Modifier and Type Class Description private static class
Collector.Accumulator
Methods in com.itextpdf.styledxmlparser.jsoup.select with parameters of type NodeVisitor Modifier and Type Method Description Elements
Elements. 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.
-