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 classElement.TextNodeVisitorprivate static classElement.WholeTextNodeVisitorprivate static classNode.OuterHtmlVisitorMethods in com.itextpdf.styledxmlparser.jsoup.nodes with parameters of type NodeVisitor Modifier and Type Method Description NodeElement. traverse(NodeVisitor nodeVisitor)NodeNode. 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 classCleaner.CleaningVisitorIterates 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 classCollector.AccumulatorMethods in com.itextpdf.styledxmlparser.jsoup.select with parameters of type NodeVisitor Modifier and Type Method Description ElementsElements. traverse(NodeVisitor nodeVisitor)Perform a depth-first traversal on each of the selected elements.static voidNodeTraversor. traverse(NodeVisitor visitor, Node root)Start a depth-first traverse of the root and all of its descendants.static voidNodeTraversor. traverse(NodeVisitor visitor, Elements elements)Start a depth-first traverse of all elements.
-