A filter that always returns true
A filter that returns true on elements at given iteration indexes
A filter that returns all elements with a given attribute
A filter that returns all elements with a given attribute being set to a
given value
A filter that returns all elements with a given attribute being set to a
given value
A filter that returns true on all even iteration indexes (starting with
0!)
Create a filter matching id attributes
A filter that returns true on leaf elements
A filter that returns all elements whose text content matches a given
regex
A filter that returns all elements whose tag name matches a given regex
A filter that returns all elements whose tag name matches a given regex
A filter that returns all elements whose text content matches a given
regex
A filter that returns all elements with a given namespace prefix
A filter that returns all elements with a given namespace URI
A filter that always returns false
A filter that returns true on all odd iteration indexes (starting with
0!)
A filter that returns all elements with a given tag name
JOOX.tag(String tagName,
boolean ignoreNamespace)
A filter that returns all elements with a given tag name