Uses of Interface
org.joox.FastFilter
Packages that use FastFilter
-
Uses of FastFilter in org.joox
Methods in org.joox that return FastFilterModifier and TypeMethodDescriptionstatic FastFilterJOOX.all()A filter that always returns truestatic FastFilterJOOX.at(int... indexes) A filter that returns true on elements at given iteration indexesstatic FastFilterA filter that returns all elements with a given attributestatic FastFilterA filter that returns all elements with a given attribute being set to a given valuestatic FastFilterA filter that returns all elements with a given attribute being set to a given valuestatic FastFilterJOOX.even()A filter that returns true on all even iteration indexes (starting with 0!)static FastFilterCreate a filter matching id attributesstatic FastFilterJOOX.leaf()A filter that returns true on leaf elementsstatic FastFilterA filter that returns all elements whose text content matches a given regexstatic FastFilterA filter that returns all elements whose tag name matches a given regexstatic FastFilterA filter that returns all elements whose tag name matches a given regexstatic FastFilterA filter that returns all elements whose text content matches a given regexstatic FastFilterJOOX.namespacePrefix(String namespacePrefix) A filter that returns all elements with a given namespace prefixstatic FastFilterJOOX.namespaceURI(String namespaceURI) A filter that returns all elements with a given namespace URIstatic FastFilterJOOX.none()A filter that always returns falsestatic FastFilterJOOX.odd()A filter that returns true on all odd iteration indexes (starting with 0!)static FastFilterA filter that returns all elements with a given tag namestatic FastFilterA filter that returns all elements with a given tag name