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>
Example
Copy
<xsql-script name='object_2_data_Handler'>
    <body>
        <println>
            <object.2dataHandler> 	 	                
                <file name='confinte' temp='temp' />
            </object.2dataHandler>
        </println>
    </body>
</xsql-script>