Uses of Class
org.nuiton.jaxx.runtime.css.Selector
-
Packages that use Selector Package Description org.nuiton.jaxx.runtime.css -
-
Uses of Selector in org.nuiton.jaxx.runtime.css
Methods in org.nuiton.jaxx.runtime.css that return Selector Modifier and Type Method Description Selector[]Rule. getSelectors()Methods in org.nuiton.jaxx.runtime.css with parameters of type Selector Modifier and Type Method Description intSelector. compareTo(Selector selector)Constructors in org.nuiton.jaxx.runtime.css with parameters of type Selector Constructor Description Rule(Selector[] selectors, String[] keys, String[] values)Rule(Selector[] selectors, Map<String,String> properties)
-