
w3c.css.css.StyleReport Maven / Gradle / Ivy
// $Id$
// Author: Yves Lafon
// (c) COPYRIGHT MIT, ERCIM and Keio, 2003.
// Please first read the full copyright statement in file COPYRIGHT.html
package org.w3c.css.css;
import java.io.PrintWriter;
public abstract class StyleReport {
abstract public void print(PrintWriter out);
abstract public void desactivateError();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy