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