View XML Data Handler
Identifier:
org.eclipse.wst.rdb.outputview.viewXmlDataHandler
Since:
[Enter the first release in which this extension point appears.]
Description:
This extension point is used to define a view XML data handler to the Data Output view.
When data is displayed in the ResultTableViewer, the DialogShowXMLField dialog is used to display the XML data.
Additional handlers can be added via this extension point. The DialogShowXMLField dialog can also be overridden by one of these extensions. If any of the extensions choose to do so, the DialogShowXMLField dialog will not be launched, regardless of the settings of other extensions.
Configuration Markup:
<!ELEMENT xmlDataHandler EMPTY>
<!ATTLIST xmlDataHandler
id CDATA #REQUIRED
class CDATA #REQUIRED
overrideDefault (true | false) >
This element is used to define a view XML data handler to the Data Output view.
- id - A unique identifier for the extension element.
- class - A class that implements the org.eclipse.wst.rdb.internal.outputview.IOutputViewXMLDataHandler interface for handling the user request to view XML Data.
- overrideDefault - Boolean value to indicate whether or not the default dialog to display XML data is to be overridden by extension contributors. If any contributors set this value to true, then the default dialog will not be displayed.
Examples:
[Enter extension point usage example here.]
API Information:
[Enter API information here.]
Supplied Implementation:
[Enter information about supplied implementation of this extension point.]
Copyright (c) 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