Uses of Interface
org.joox.Filter
Packages that use Filter
-
Uses of Filter in org.joox
Modifier and TypeInterfaceDescriptioninterfaceA filter indicating whether an element/index should be kept when reducing anMatchnode setModifier and TypeMethodDescriptionstatic FilterCombine filtersstatic FilterInverse a filterstatic FilterCombine filtersstatic FilterA filter that returns all elements matched by a given selector.Modifier and TypeMethodDescriptionstatic FilterCombine filtersFind the first matching child of each element in the current set of matched elementsFind all children of each element in the current set of matched elements.Reduce the current set of matched elements.Find all descendants of each element in the current set of matched elements.Reduce the set of matched element to those who have a descendant that matches a filter.booleanCheck if at least one element in the set of matched elements satisfies a filter.Get the immediate next sibling of every element in set of matched elements, matching a filterGet all next siblings of every element in a set of matched elements, matching a filterGet all next siblings of every element in a set of matched elements, matching a filter, until the provided selector matchesGet all next siblings of every element in a set of matched elements until the provided filter matchesGet all next siblings of every element in a set of matched elements, matching a selector until the provided filter matchesGet all next siblings of every element in a set of matched elements, matching a filter until the provided filter matchesstatic FilterInverse a filterRemove elements from the set of matched elements.static FilterCombine filtersGet the immediate parent elements of every element in a set of matched elements, matching a filterGet all ancestor elements of every element in a set of matched elements, matching a filterMatch.parentsUntil(String until, Filter filter) Get all ancestors of every element in a set of matched elements, matching a filter, until the provided selector matchesMatch.parentsUntil(Filter until) Get all ancestors of every element in a set of matched elements until the provided filter matchesMatch.parentsUntil(Filter until, String selector) Get all ancestors of every element in a set of matched elements, matching a selector until the provided filter matchesMatch.parentsUntil(Filter until, Filter filter) Get all ancestors of every element in a set of matched elements, matching a filter until the provided filter matchesGet the immediate previous sibling of every element in set of matched elements, matching a filterGet all previous siblings of every element in a set of matched elements, matching a filterGet all previous siblings of every element in a set of matched elements, matching a filter, until the provided selector matchesGet all previous siblings of every element in a set of matched elements until the provided filter matchesGet all previous siblings of every element in a set of matched elements, matching a selector until the provided filter matchesGet all previous siblings of every element in a set of matched elements, matching a filter until the provided filter matchesRemoves all elements from their parent nodes in the set of matched elements, matching a filterGet all siblings of every element in a set of matched elements, matching a filter