Format Processors Extension Point

Identifier:
org.eclipse.wst.sse.core.formatProcessors

Since:
This extension point is deprecated and should not be used.

Description:
This extension point is deprecated and should not be used.

Configuration Markup:

<!ELEMENT extension (processor)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>


<!ELEMENT processor EMPTY>

<!ATTLIST processor

class         CDATA #REQUIRED

contentTypeId CDATA #REQUIRED>


Examples:

   <extension
         point="org.eclipse.wst.sse.core.formatProcessors">
      <processor
            class="org.eclipse.wst.sse.core.xml.format.FormatProcessorXML"
            contentTypeId="org.eclipse.core.runtime.xml">
      </processor>
   </extension>


Copyright (c) 2005, 2007 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