/******************************************************************************* * Copyright (c) 2001, 2005 IBM Corporation 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: * IBM Corporation - initial API and implementation *******************************************************************************/ package org.eclipse.wst.dtd.core.internal.emf; public class DTDConstants { public static String DTD_ERROR_LINE_PREFIX = "<!--ERROR "; //$NON-NLS-1$ public static String DTD_ERROR_LINE_SUFFIX = " -->"; //$NON-NLS-1$ public static final String DTD_EXTENSION = "dtd"; //$NON-NLS-1$ public static final String XML_EXTENSION = "xml"; //$NON-NLS-1$ public static final String XMI_EXTENSION = "xmi"; //$NON-NLS-1$ public static final String DTD_XMI_EXTENSION = "dtd.xmi"; //$NON-NLS-1$ }