Uses of Enum
org.jsoup.select.NodeFilter.FilterResult
-
Uses of NodeFilter.FilterResult in org.jsoup.select
Modifier and TypeMethodDescriptionstatic NodeFilter.FilterResult
NodeTraversor.filter
(NodeFilter filter, Node root) Run a depth-first filtered traversal of the root and all of its descendants.Callback for when a node is first visited.default NodeFilter.FilterResult
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.