"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> JsDoc Reference - wso2vis.p.ProviderGET
Class Index | File Index

Classes


Class wso2vis.p.ProviderGET


Extends wso2vis.p.Provider.
ProviderGET
Defined in: ProviderGET.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Method Summary
Method Attributes Method Name and Description
 
 
 
 
parseResponse(response, that)
 
parseXml(xml)
converts xml string to a dom object
 
 
 
xmlToJson(xml, tab)
Once passed an xml dom object xmlToJson will create a corresponding JSON object.
Methods borrowed from class wso2vis.p.Provider:
addDataReceiver, getID, pushData
Class Detail
wso2vis.p.ProviderGET(url)
Parameters:
{String} url
The data source URL
Method Detail
createXmlHttpRequest()

getURLwithRandomParam()

initialize()

parseResponse(response, that)
Parameters:
response
that

{dom} parseXml(xml)
converts xml string to a dom object
Parameters:
{string} xml Optional
a xml string
Returns:
{dom} a xml dom object

pullData()

pullDataSync()

{object} xmlToJson(xml, tab)
Once passed an xml dom object xmlToJson will create a corresponding JSON object.
Parameters:
{DOM} xml Optional
a xml dom object
{string} tab Optional
an optional whitespace character to beutify the created JSON string.
Returns:
{object} a JSON object

Documentation generated by JsDoc Toolkit 2.3.2 on Wed Jul 28 2010 15:35:59 GMT+0530 (IST)