Table model for loading and parsing data in XML format.
var obj = new Active.XML.Table;
| XML | Sets or retrieves the XML document (or string). |
| getCount | Returns the number of the data rows. |
| getData | Returns the cell XML node text (obsolete, don't use). |
| getImage | Returns the cell image. |
| getIndex | Returns the index. |
| getLink | Returns the cell hyperlink. |
| getNode | Returns the cell XML node text (internal). |
| getText | Returns the cell text. |
| getValue | Returns the cell value. |
| response | Allows to process the received data. |
| setColumns | Sets the XPath expressions to retrieve values for each column. |
| setFormat | Allows to specify the formatting object for the column. |
| setFormats | Allows to specify the formatting objects for each column. |
| setRows | Specifies the XPath expression to retrieve the set of rows. |
| setTable | Specifies the XPath expression to select the table root element. |