blob: fa5233b939edbd66f61c6618e15a0bf548b1731c [file] [log] [blame]
package org.eclipse.wst.dtd.core.internal.provisional.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.
*
* @plannedfor 1.0
*/
public interface IDTDPartitionTypes {
String DTD_DEFAULT = "org.eclipse.wst.dtd.DEFAULT"; //$NON-NLS-1$
}