Obtains through the received data a dataHandler which provides an interface to standard data for differents origins and formats, giving access to the commands which can operate with the data.
1 object.2dataHandler
<object.2dataHandler encoding='encoding'>
<object /> !
</object.2dataHandler>
Attributes | |||||
---|---|---|---|---|---|
Name | Type | Required | Default | Description | |
Aencoding | string | Indicates the coding of the string of characters to process, for example ISO-8859-1 or UTF-8. If not specified, the one defined in the configuratio file for the server is used. |
Arguments | |||||
---|---|---|---|---|---|
Name | Type | Required | Unique | Nullable | Description |
Eobject | InputStream/byte[]/File/DataSource/Blob/String/Node | Element of which you obtain the dataHandler. |
Returns | |
---|---|
Type | Description |
DataHandler | Provides access to the commands which can operate with the data. |
Example
Copy
<xsql-script name='object_2_data_Handler'> <body> <println> <object.2dataHandler> <file name='confinte' temp='temp' /> </object.2dataHandler> </println> </body> </xsql-script>