API DOCS

DOCS & TUTORIALS » API DOCS » xajax_js » xajax_core_uncompressed.js » xajax.tools.xml

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) { }

 



XAJAX on SourceForge.net
Support this project Valid XHTML 1.0 Transitional