Uses of Interface
org.joox.Filter
Packages that use Filter
-
Uses of Filter in org.joox
Modifier and TypeInterfaceDescriptioninterface
A filter indicating whether an element/index should be kept when reducing anMatch
node setModifier and TypeMethodDescriptionstatic Filter
Combine filtersstatic Filter
Inverse a filterstatic Filter
Combine filtersstatic Filter
A filter that returns all elements matched by a given selector.Modifier and TypeMethodDescriptionstatic Filter
Combine filtersprivate final Impl
Impl.axis
(boolean all, Filter until, Filter filter, Function<Node, Node> iterate, Consumer<List<Element>> finisher) final Impl
Find the first matching child of each element in the current set of matched elementsfinal Impl
Find all children of each element in the current set of matched elements.final Impl
Reduce the current set of matched elements.final Impl
Find all descendants of each element in the current set of matched elements.final Impl
Reduce the set of matched element to those who have a descendant that matches a filter.final boolean
boolean
Check if at least one element in the set of matched elements satisfies a filter.private final boolean
private final Impl
final Impl
Get the immediate next sibling of every element in set of matched elements, matching a filterfinal Impl
Get all next siblings of every element in a set of matched elements, matching a filterfinal Impl
final Impl
final Impl
final Impl
Get 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 matchesfinal Impl
static Filter
Inverse a filterRemove elements from the set of matched elements.static Filter
Combine filtersfinal Impl
Get the immediate parent elements of every element in a set of matched elements, matching a filterprivate final Impl
final Impl
Get all ancestor elements of every element in a set of matched elements, matching a filterfinal Impl
Impl.parentsUntil
(String until, Filter filter) final Impl
Impl.parentsUntil
(Filter until) final Impl
Impl.parentsUntil
(Filter until, String selector) final Impl
Impl.parentsUntil
(Filter until, Filter filter) Match.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 matchesprivate final Impl
final Impl
Get the immediate previous sibling of every element in set of matched elements, matching a filterfinal Impl
Get all previous siblings of every element in a set of matched elements, matching a filterfinal Impl
final Impl
final Impl
final Impl
Get 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 matchesfinal Impl
Removes all elements from their parent nodes in the set of matched elements, matching a filterfinal Impl
Get all siblings of every element in a set of matched elements, matching a filter