XSL Content Assistance

Identifier:
org.eclipse.wst.xsl.ui.contentAssistProcessor

Since:
1.1

Description:
XSL Content Asisstance processor extension point, allows for the contribution of adopter defined XSL processor extensions.

Configuration Markup:

<!ELEMENT extension (processor+)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED

>


<!ELEMENT processor EMPTY>

<!ATTLIST processor

class CDATA #REQUIRED

>

Processor that provides content assistance



Examples:

<extension point="org.eclipse.wst.xsl.ui.contentAssistProcessor">

   <processor class="org.eclipse.wst.xml.ui.internal.contentassist.XMLContentAssistProcessor">

   </processor>

</extension>


******************************************************************************* * Copyright (c) 2009 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 v2.0 * which accompanies this distribution, and is available at * https://www.eclipse.org/legal/epl-2.0/ * * Contributors: * David Carver (STAR) - initial API and implementation ******************************************************************************