* <b>SAC</b>: Implements {@link
* org.w3c.flex.forks.css.sac.ConditionFactory#createNegativeCondition(Condition)}.
*/
public NegativeCondition createNegativeCondition(Condition condition)
throws CSSException {
throw new CSSException("Not implemented in CSS2");
}