Пример #1
0
 /*
  * public boolean isDynamic() {
  * return (_pc != 0);
  * }
  */
 public void setPseudoElement(String pseudoElement) {
   if (_pe != null) {
     addUnsupportedCondition();
     XRLog.match(Level.WARNING, "Trying to set more than one pseudo-element");
   } else {
     _specificityD++;
     _pe = pseudoElement;
   }
 }