blob: ccf23f8aa9c8fab0963646d8515dc4440e2be4db [file] [log] [blame]
david_williams96213482004-11-11 09:07:12 +00001/*******************************************************************************
amywuecebb042007-04-10 20:07:35 +00002 * Copyright (c) 2001, 2005 IBM Corporation and others.
david_williams96213482004-11-11 09:07:12 +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
amywuecebb042007-04-10 20:07:35 +00007 *
david_williams96213482004-11-11 09:07:12 +00008 * Contributors:
9 * IBM Corporation - initial API and implementation
10 * Jens Lukowski/Innoopract - initial renaming/restructuring
11 *
12 *******************************************************************************/
13package org.eclipse.wst.xml.core.internal.contenttype;
14
david_williams96213482004-11-11 09:07:12 +000015public interface XMLHeadTokenizerConstants extends EncodingParserConstants {
16
17 final String XMLDeclEnd = "XMLDeclEnd"; //$NON-NLS-1$
18 final String XMLDeclStart = "XMLDeclStart"; //$NON-NLS-1$
19 final String XMLDelEncoding = "XMLDelEncoding"; //$NON-NLS-1$
david_williams126339f2005-07-05 05:54:08 +000020 final String XMLDeclVersion = "XMLDeclVersion"; //$NON-NLS-1$
david_williams96213482004-11-11 09:07:12 +000021}