blob: 48b1c42eaa285c0f2e055906e3bd56a876f62543 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2008 Standards for Technology in Automotive Retail and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* David Carver - initial API and implementation
*
*******************************************************************************/
package org.eclipse.wst.xsl.core.internal.text;
/**
* This interface is not intended to be implemented.
* It defines the partition types for XSL.
* Clients should reference the partition type Strings defined here directly.
*
* @since 0.5M7
*/
public interface IXSLPartitions {
String XSL_XPATH = "org.eclipse.wst.xsl.XSL_XPATH"; //$NON-NLS-1$
}