:: Documentation >>

AW.XML.Table

Table data model for XML files.

Constructor

 var obj = new AW.XML.Table; 

Hierarchy

Properties

asyncIndicates whether asynchronous download is permitted.
columnsSets the XPath expressions to retrieve values for each column.
countRow count.
dataCell data.
namespaceAllows to specify namespaces for use in XPath expressions.
nodeCell XML node.
parameterAllows to specify the request arguments/parameters.
passwordSets or retrieves the password.
requestDataAllows to send data with the request.
requestHeaderSets HTTP request header.
requestMethodSpecifies HTTP request method.
responseHeaderReturns HTTP response header (for example "Content-Type").
responseTextReturns response text.
responseXMLReturns response XML.
rowsSpecifies the XPath expression to retrieve the set of rows.
tableSpecifies the XPath expression to select the table root element.
URLSets or retrieves the remote data URL.
usernameSets or retrieves the user name.
XMLSets or retrieves the XML document (or string).

Methods

cloneCreates an object clone.
definePropertyCreates get/set methods for the property.
getAsyncReturns async property
getCountReturns count property
getDataReturns data property
getNodeReturns node property
getPasswordReturns password property
getPropertyReturns property value.
getRequestDataReturns requestData property
getRequestMethodReturns requestMethod property
getResponseHeaderReturns responseHeader property
getResponseTextReturns responseText property
getResponseXMLReturns responseXML property
getURLReturns URL property
getUsernameReturns username property
getXMLReturns XML property
initInitializes the object.
isReadyReturns true if the model data is available.
requestSends the request.
responseAllows to process the received data.
setAsyncSets async property
setColumnsSets columns property
setNamespaceSets namespace property
setParameterSets parameter property
setPasswordSets password property
setPropertyAssigns property value.
setRequestDataSets requestData property
setRequestHeaderSets requestHeader property
setRequestMethodSets requestMethod property
setResponseTextSets responseText property
setResponseXMLSets responseXML property
setRowsSets rows property
setTableSets table property
setTimeoutCalls the function after the specified delay.
setURLSets URL property
setUsernameSets username property
setXMLSets XML property
toStringConverts object to string.

Comments

How to retrieve responseText in Firefox? s.n (1)
AW.XML.Table function getColumns() doesn't appear to exist Anthony (1)
merging XML tables to add records? MF (1)
Working with AW.XML.table Oddbjørn (1)
How to I remove rows in the table.response before the grid is generated? Carl (5)
xml tag has uppercase letter is not working in FF2.0 Jarlau (1)
setData in 2.0? HoseHead (3)
getXML method Curt (4)
.setRows appears to be broken (1)
Whats wrong in my XML Table? pc (6)
Not getting data from AW.XML.Table Jack Emmerichs (5)
Help: Problem turing column data into a link Carl (1)

Documentation:

Recent changes:

2.6.4
2.6.3
2.6.2
2.6.1
2.6.1
2.6.0
2.5.0 - 2.5.6
2.5.6
2.5.0 - 2.5.5
2.5.5