View XML Data Handler

org.eclipse.wst.rdb.outputview.viewXmlDataHandler

[Enter the first release in which this extension point appears.]

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.

<!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.



[Enter extension point usage example here.]

[Enter API information here.]

[Enter information about supplied implementation of this extension point.]