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 filtersprivate final ImplImpl.axis(boolean all, Filter until, Filter filter, Function<Node, Node> iterate, Consumer<List<Element>> finisher) final ImplFind the first matching child of each element in the current set of matched elementsfinal ImplFind all children of each element in the current set of matched elements.final ImplReduce the current set of matched elements.final ImplFind all descendants of each element in the current set of matched elements.final ImplReduce the set of matched element to those who have a descendant that matches a filter.final booleanbooleanCheck if at least one element in the set of matched elements satisfies a filter.private final booleanprivate final Implfinal ImplGet the immediate next sibling of every element in set of matched elements, matching a filterfinal ImplGet all next siblings of every element in a set of matched elements, matching a filterfinal Implfinal Implfinal Implfinal ImplGet 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 Implstatic FilterInverse a filterRemove elements from the set of matched elements.static FilterCombine filtersfinal ImplGet the immediate parent elements of every element in a set of matched elements, matching a filterprivate final Implfinal ImplGet all ancestor elements of every element in a set of matched elements, matching a filterfinal ImplImpl.parentsUntil(String until, Filter filter) final ImplImpl.parentsUntil(Filter until) final ImplImpl.parentsUntil(Filter until, String selector) final ImplImpl.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 Implfinal ImplGet the immediate previous sibling of every element in set of matched elements, matching a filterfinal ImplGet all previous siblings of every element in a set of matched elements, matching a filterfinal Implfinal Implfinal Implfinal ImplGet 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 ImplRemoves all elements from their parent nodes in the set of matched elements, matching a filterfinal ImplGet all siblings of every element in a set of matched elements, matching a filter