blob: 0a6be92557edc5cf9cb577e80f69db508e5e3e2d [file] [log] [blame]
package org.eclipse.wst.dtd.core.text;
/**
* This interface is not intended to be implemented.
* It defines the partition types DTD.
* Clients should reference the partition type Strings defined here directly.
*
* @since 1.0
*/
public interface IDTDPartitionTypes {
String DTD_DEFAULT = "org.eclipse.wst.dtd.DEFAULT"; //$NON-NLS-1$
}