Uses of Interface
org.jsoup.select.NodeFilter
-
Packages that use NodeFilter Package Description org.jsoup.nodes HTML document structure nodes.org.jsoup.select Packages to support the CSS-style element selector. -
-
Uses of NodeFilter in org.jsoup.nodes
Methods in org.jsoup.nodes with parameters of type NodeFilter Modifier and Type Method Description ElementElement. filter(NodeFilter nodeFilter)NodeNode. filter(NodeFilter nodeFilter)Perform a depth-first filtering through this node and its descendants. -
Uses of NodeFilter in org.jsoup.select
Classes in org.jsoup.select that implement NodeFilter Modifier and Type Class Description private static classCollector.FirstFinderMethods in org.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.
-