Beispiel #1
0
 /** the CSS condition that element has pseudo-class :last-child */
 public void addLastChildCondition() {
   _specificityC++;
   addCondition(Condition.createLastChildCondition());
 }