Class GLOBALS
Object
|
+--GLOBALS
- class
GLOBALS
|
Method Summary |
<static> Object
|
__WebService_getXMLHttp()
Gets a new instance of the XMLHttpRequest object.
|
<static> String
|
cleanName(<String> name)
Removes the namespace.
|
<static> Object
|
createRequest()
|
<static> Object
|
getCookie(name)
|
<static> void
|
loadXML(url,callbackFun,formRef)
|
<static> Array
|
xpath(<Object> node,<String> path,<int> depth)
Finds the nodes that match the specified path.
|
__WebService_getXMLHttp
<static> Object __WebService_getXMLHttp()
Gets a new instance of the XMLHttpRequest object.
Returns:
The instance of the XMLHttpRequest object.
cleanName
<static> String cleanName(<String> name)
Parameters:
name - The attribute/tag name.
createRequest
<static> Object createRequest()
getCookie
<static> Object getCookie(name)
loadXML
<static> void loadXML(url,callbackFun,formRef)
xpath
<static> Array xpath(<Object> node,<String> path,<int> depth)
Finds the nodes that match the specified path.
Parameters:
path - Path to child node. Example: "service/port/address"
depth - This parameter is for internal use only; donīt include it in your call.
Returns:
An array containing the found nodes.
Documentation generated by
JSDoc on Sun Apr 16 18:38:12 2006