Uses of Class
org.jsoup.select.NodeFilter.FilterResult
Package | Description |
---|---|
org.jsoup.select |
Packages to support the CSS-style element selector.
|
-
Uses of NodeFilter.FilterResult in org.jsoup.select
Methods in org.jsoup.select that return NodeFilter.FilterResult Modifier and Type Method Description static NodeFilter.FilterResult
NodeTraversor. filter(NodeFilter filter, Node root)
Start a depth-first filtering of the root and all of its descendants.NodeFilter.FilterResult
NodeFilter. head(Node node, int depth)
Callback for when a node is first visited.NodeFilter.FilterResult
NodeFilter. tail(Node node, int depth)
Callback for when a node is last visited, after all of its descendants have been visited.static NodeFilter.FilterResult
NodeFilter.FilterResult. valueOf(String name)
Returns the enum constant of this type with the specified name.static NodeFilter.FilterResult[]
NodeFilter.FilterResult. values()
Returns an array containing the constants of this enum type, in the order they are declared.