blob: a991a03fa91263b9555dc0bbf37d07e903aa16dc [file] [log] [blame]
nitind958d79a2004-11-23 19:23:00 +00001/*******************************************************************************
amywu923ee602007-04-10 18:32:07 +00002 * Copyright (c) 2004, 2005 IBM Corporation and others.
nitind958d79a2004-11-23 19:23:00 +00003 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html
amywu923ee602007-04-10 18:32:07 +00007 *
nitind958d79a2004-11-23 19:23:00 +00008 * Contributors:
9 * IBM Corporation - initial API and implementation
10 *******************************************************************************/
david_williams63219a22005-04-10 01:59:51 +000011package org.eclipse.wst.css.core.internal.contenttype;
nitind958d79a2004-11-23 19:23:00 +000012
13
14public interface CSSHeadTokenizerConstants {
15
16 String RuleEnd = "RuleEnd"; //$NON-NLS-1$
17 String CHARSET_RULE = "CHARSET_RULE"; //$NON-NLS-1$
18
amywu923ee602007-04-10 18:32:07 +000019}