Sydney

Class WebServices

Object
   |
   +--WebServices

class WebServices

Defined in web_services.js


Constructor Summary
WebServices ()
           
 
Method Summary
 function copyAttributes(from, to)
          
 function copyXML(doc)
          
 function getDocument(url, callBack, synchronous)
          
 function getRequest(url, callBack, synchronous)
           Sends an HTTP GET request to the url specified.
 function getTextDocument(url, callBack, synchronous)
           Sends an HTTP GET request to the url specified.
 function getXMLHttpRequest(method, url, synchronous)
          
 void postDocument(<string> url, <Object> parms, <Function> callBack, <boolean> synchronous)
           Requests an XML document from the URL specified using the HTTP POST method.
 function postRequest(url, parms, callBack, synchronous)
           Requests a document and passes the XMLHTTPRequest object to the callback function.
 function postTextDocument(url, parms, callBack, synchronous)
           Requests a document from a URL.
 function xml2html(parent, children)
          

Constructor Detail

WebServices

function WebServices()
Method Detail

copyAttributes

function copyAttributes(from, to)

copyXML

function copyXML(doc)

getDocument

function getDocument(url, callBack, synchronous)

getRequest

function getRequest(url, callBack, synchronous)

getTextDocument

function getTextDocument(url, callBack, synchronous)

getXMLHttpRequest

function getXMLHttpRequest(method, url, synchronous)

postDocument

void postDocument(<string> url, <Object> parms, <Function> callBack, <boolean> synchronous)

postRequest

function postRequest(url, parms, callBack, synchronous)

postTextDocument

function postTextDocument(url, parms, callBack, synchronous)

xml2html

function xml2html(parent, children)

Sydney

SourceForge.net Logo