![JAR search and dependency download from the Maven repository](/logo.png)
org.w3c.css.values.CssOperator Maven / Gradle / Ivy
The newest version!
//
// $Id: CssOperator.java,v 1.4 2010-01-05 13:50:00 ylafon Exp $
// From Philippe Le Hegaret ([email protected])
//
// (c) COPYRIGHT MIT and INRIA, 1997.
// Please first read the full copyright statement in file COPYRIGHT.html
package org.w3c.css.values;
/**
* Used by properties to verify the semantics
*
* @version $Revision: 1.4 $
*/
public interface CssOperator {
public static final char COMMA = ',';
public static final char MINUS = '-';
public static final char PLUS = '+';
public static final char SLASH = '/';
public static final char SPACE = ' ';
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy