API DOCS
Class: xajax.tools.xml
An object that contains utility function for processing
xml response packets.
variables
functions
xajax.tools.xml.parseAttributes
xajax.tools.xml.parseAttributes = function(child, obj) { }
Take the parameters passed in the command of the XML response
and convert them to parameters of the args object. This will
serve as the command object which will be stored in the
response command queue.
xajax.tools.xml.parseChildren
xajax.tools.xml.parseChildren = function(child, obj) { }
Parses the child nodes of the command of the response XML. Generally,
the child nodes contain the data element of the command; this member
may be an object, which will be deserialized by
xajax.tools.xml.processFragment
xajax.tools.xml.processFragment = function(xmlNode, seq, oRet, oRequest) { }
