This extension point is provisional and subject to change
<!ELEMENT extension (localDropHandler* , attributeCellEditorFactory* , tagConverterFactory* , elementEditFactory* , linkCreator* , tagAttributeCellEditorFactory* , tagTransformOperation* , dtResourceProvider* , propertyPageFactory* , paletteFactory* , attributeValueResolver*)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED
><!ELEMENT localDropHandler EMPTY>
<!ATTLIST localDropHandler
class CDATA #IMPLIED
><!ELEMENT attributeCellEditorFactory EMPTY>
<!ATTLIST attributeCellEditorFactory
class CDATA #IMPLIED
>deprecated - use tagAttributeCellEditorFactory
<!ELEMENT tagAttributeCellEditorFactory EMPTY>
<!ATTLIST tagAttributeCellEditorFactory
class CDATA #IMPLIED
>provides ability for 3rd parties to supply their own cell and dialog field editors for MD enabled tag library attributes in the WPE tabbed property sheets
<!ELEMENT tagConverterFactory EMPTY>
<!ATTLIST tagConverterFactory
class CDATA #IMPLIED
><!ELEMENT elementEditFactory EMPTY>
<!ATTLIST elementEditFactory
class CDATA #IMPLIED
><!ELEMENT linkCreator EMPTY>
<!ATTLIST linkCreator
class CDATA #REQUIRED
linkIdentifier CDATA #REQUIRED
><!ELEMENT tagTransformOperation EMPTY>
<!ATTLIST tagTransformOperation
id CDATA #REQUIRED
class CDATA #REQUIRED
>define a tag transformation operation class
org.foo.bar
, then the meta data instance that referenced this operation would specify:
<operation id="org.foo.bar.MyTransformId"/>The exception to this rule is that if the reference is not plugin-qualified, then the reference is assumed to be a core transformation and uses the
org.eclipse.jst.pagedesigner
prefix.org.eclipse.jst.pagedesigner.dtmanager.converter.operations.AbstractTransformOperation
<!ELEMENT dtResourceProvider EMPTY>
<!ATTLIST dtResourceProvider
id CDATA #REQUIRED
class CDATA #REQUIRED
>Defines a Design-Time Resource Provider class for a specific ID.
org.eclipse.jst.pagedesigner.dtresourceprovider.AbstractDTResourceProvider
.<!ELEMENT propertyPageFactory EMPTY>
<!ATTLIST propertyPageFactory
class CDATA #REQUIRED
><!ELEMENT paletteFactory EMPTY>
<!ATTLIST paletteFactory
class CDATA #REQUIRED
><!ELEMENT attributeValueResolver EMPTY>
<!ATTLIST attributeValueResolver
class CDATA #REQUIRED
>Copyright 2006 Sybase 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