Change the state of cell via XML

I can set the state using the js code setUpdated DHTMLX Docs
I want to know is there any way to update the state of a cell while generating XML?
I want something like this:

 <cell state="updated"><![CDATA[new values]]></cell>

or

<row id="12" state="updated"><cell><![CDATA[new values]]></cell></row>

Unfortuantely it is not avialable to set the dataprocessor state of a cell during the data loading right in the xml