java.lang.Object
org.jhotdraw8.css.util.CssUtil
Provides utility methods for CSS.
-
Method Summary
Modifier and TypeMethodDescriptionstatic <E> Stream<E> select(String selector, Iterable<E> elements, SelectorModel<E> model, boolean parallel) Returns the selected elements.
-
Method Details
-
select
public static <E> Stream<E> select(String selector, Iterable<E> elements, SelectorModel<E> model, boolean parallel) throws ParseException Returns the selected elements.- Throws:
ParseException
-