Returns the content type of the datahandler.
1 datahandler.getContentType
<datahandler.getContentType>
<value /> !
</datahandler.getContentType>
Arguments | |||||
---|---|---|---|---|---|
Name | Type | Required | Unique | Nullable | Description |
Evalue | Object | Object datahandler type. |
Returns | |
---|---|
Type | Description |
String | Returns a string with the content type. |
Example
Returns the content type.
Copy
<xsql-script> <body> <set name='m_datahandler'> <object.2dataHandler><file name='z:\test.xml' type='absolute' /></object.2dataHandler> </set> <println> <datahandler.getContentType> <m_datahandler/> </datahandler.getContentType> </println> </body> </xsql-script>