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