blob: ac35f739d2fc38dccddf415f0fbd022829255b38 [file] [log] [blame]
pavery7ff6bd22006-02-15 22:26:48 +00001/*******************************************************************************
amywuecebb042007-04-10 20:07:35 +00002 * Copyright (c) 2005, 2006 IBM Corporation and others.
pavery7ff6bd22006-02-15 22:26:48 +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 *
pavery7ff6bd22006-02-15 22:26:48 +00008 * Contributors:
9 * IBM Corporation - initial API and implementation
10 *
11 *******************************************************************************/
12package org.eclipse.wst.dtd.core.internal.provisional.text;
13
14/**
15 * This interface is not intended to be implemented.
16 * It defines the partition types DTD.
17 * Clients should reference the partition type Strings defined here directly.
18 *
19 * @deprecated use org.eclipse.wst.dtd.core.text.IDTDPartitions
20 */
21public interface IDTDPartitionTypes {
22
23 String DTD_DEFAULT = "org.eclipse.wst.dtd.DEFAULT"; //$NON-NLS-1$
24}