Uses of Interface
com.itextpdf.styledxmlparser.jsoup.select.NodeFilter
-
Packages that use NodeFilter Package Description com.itextpdf.styledxmlparser.jsoup.nodes com.itextpdf.styledxmlparser.jsoup.select -
-
Uses of NodeFilter in com.itextpdf.styledxmlparser.jsoup.nodes
Methods in com.itextpdf.styledxmlparser.jsoup.nodes with parameters of type NodeFilter Modifier and Type Method Description NodeElement. filter(NodeFilter nodeFilter)NodeNode. filter(NodeFilter nodeFilter)Perform a depth-first filtering through this node and its descendants. -
Uses of NodeFilter in com.itextpdf.styledxmlparser.jsoup.select
Classes in com.itextpdf.styledxmlparser.jsoup.select that implement NodeFilter Modifier and Type Class Description private static classCollector.FirstFinderMethods in com.itextpdf.styledxmlparser.jsoup.select with parameters of type NodeFilter Modifier and Type Method Description ElementsElements. filter(NodeFilter nodeFilter)Perform a depth-first filtering on each of the selected elements.static NodeFilter.FilterResultNodeTraversor. filter(NodeFilter filter, Node root)Start a depth-first filtering of the root and all of its descendants.static voidNodeTraversor. filter(NodeFilter filter, Elements elements)Start a depth-first filtering of all elements.
-