blob: 4e9e5460d4c092a5945ba35c6c95da49a77bee43 [file] [log] [blame]
package org.eclipse.wst.sse.core.internal.provisional.text;
/**
* Identifies the way that Documents are partitioned.
*
* @since 1.0
*/
public interface IStructuredPartitioning {
/** String to identify default partitioning*/
String DEFAULT_STRUCTURED_PARTITIONING = "org.eclipse.wst.sse.core.default_structured_text_partitioning"; //$NON-NLS-1$
}