var obj = new AW.XML.Table;
| async | Indicates whether asynchronous download is permitted. |
| columns | Sets the XPath expressions to retrieve values for each column. |
| count | Row count. |
| data | Cell data. |
| namespace | Allows to specify namespaces for use in XPath expressions. |
| node | Cell XML node. |
| parameter | Allows to specify the request arguments/parameters. |
| password | Sets or retrieves the password. |
| requestData | Allows to send data with the request. |
| requestHeader | Sets HTTP request header. |
| requestMethod | Specifies HTTP request method. |
| responseHeader | Returns HTTP response header (for example "Content-Type"). |
| responseText | Returns response text. |
| responseXML | Returns response XML. |
| rows | Specifies the XPath expression to retrieve the set of rows. |
| table | Specifies the XPath expression to select the table root element. |
| URL | Sets or retrieves the remote data URL. |
| username | Sets or retrieves the user name. |
| XML | Sets or retrieves the XML document (or string). |
| clone | Creates an object clone. |
| defineProperty | Creates get/set methods for the property. |
| getAsync | Returns async property |
| getCount | Returns count property |
| getData | Returns data property |
| getNode | Returns node property |
| getPassword | Returns password property |
| getProperty | Returns property value. |
| getRequestData | Returns requestData property |
| getRequestMethod | Returns requestMethod property |
| getResponseHeader | Returns responseHeader property |
| getResponseText | Returns responseText property |
| getResponseXML | Returns responseXML property |
| getURL | Returns URL property |
| getUsername | Returns username property |
| getXML | Returns XML property |
| init | Initializes the object. |
| isReady | Returns true if the model data is available. |
| request | Sends the request. |
| response | Allows to process the received data. |
| setAsync | Sets async property |
| setColumns | Sets columns property |
| setNamespace | Sets namespace property |
| setParameter | Sets parameter property |
| setPassword | Sets password property |
| setProperty | Assigns property value. |
| setRequestData | Sets requestData property |
| setRequestHeader | Sets requestHeader property |
| setRequestMethod | Sets requestMethod property |
| setResponseText | Sets responseText property |
| setResponseXML | Sets responseXML property |
| setRows | Sets rows property |
| setTable | Sets table property |
| setTimeout | Calls the function after the specified delay. |
| setURL | Sets URL property |
| setUsername | Sets username property |
| setXML | Sets XML property |
| toString | Converts object to string. |