Searched refs:responseXML (Results 1 – 25 of 63) sorted by relevance
123
64 ….status != 200 && oXmlHttp.status != 304 ) || oXmlHttp.responseXML == null || oXmlHttp.responseXML…73 oFCKXml.DOMDocument = oXmlHttp.responseXML ;84 this.DOMDocument = oXmlHttp.responseXML ;
64 if ( oXmlHttp.responseXML == null || oXmlHttp.responseXML.firstChild == null)71 oFCKXml.DOMDocument = oXmlHttp.responseXML ;85 this.DOMDocument = oXmlHttp.responseXML ;
71 var test = oXmlHttp.responseXML.firstChild ;72 oXml = oXmlHttp.responseXML ; 103 this.DOMDocument = oXmlHttp.responseXML ;
440 $responseXML = @simplexml_load_string($body);441 if($responseXML === false) throw new Exception('Invalid body.');443 if(isset($responseXML->fault))445 …$code = (isset($responseXML->fault->value->struct->member[0]->value->int)) ? (int) $responseXML->f…446 …$message = (isset($responseXML->fault->value->struct->member[1]->value->string)) ? (string) $respo…473 return $responseXML;
75 var test = oXmlHttp.responseXML.firstChild ;76 oXml = oXmlHttp.responseXML ; 113 this.DOMDocument = oXmlHttp.responseXML ;
36 this.DOMDocument = oXmlHttp.responseXML ;38 this.DOMDocument = oXmlHttp.responseXML ;
44 this.DOMDocument = oXmlHttp.responseXML ;
37 this.DOMDocument = oXmlHttp.responseXML ;39 this.DOMDocument = oXmlHttp.responseXML ;
47 this.DOMDocument = oXmlHttp.responseXML ;
151 self.responseXML = self.xmlhttp.responseXML;
155 self.responseXML = self.xmlhttp.responseXML;
15 t.responseXML = null;184 responseText = responseXML = text;188 responseText = responseXML = responseJS = null;
16 t.responseXML = null;185 responseText = responseXML = text;189 responseText = responseXML = responseJS = null;
14 t.responseXML=null;129 responseText=responseXML=_16;133 responseText=responseXML=responseJS=null;
333 responseXML: null, property563 xhr.responseXML = doc.XMLDocument ? doc.XMLDocument : doc;599 else if (dt == 'xml' && !xhr.responseXML && xhr.responseText) {600 xhr.responseXML = toXml(xhr.responseText);662 xhr.responseXML = null;686 data = xml ? xhr.responseXML : xhr.responseText;