IterableDomElementExtension<E extends Element> extension

on

Methods

addClass(String clazz) → void
Adds a class to all elements of this Iterable of Elements.
removeClass(String clazz) → void
Removes a class from all elements of this Iterable of Elements.
whithClass(String clazz) List<E>
Filter elements with clazz.
whithClasses(List<String> classes) List<E>
Filter elements with all classes.
withID(String id) List<E>
Filter elements with id.