Searched refs:responseXML (Results 1 - 25 of 28) sorted by relevance

12

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/comm/server/
H A DPLLRequestServlet.java140 String responseXML = handleRequest(auditor, set, req, res);
141 res.setContentLength(responseXML.getBytes("UTF-8").length);
145 out.write(responseXML);
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/comm/server/
H A DPLLRequestServlet.java140 String responseXML = handleRequest(auditor, set, req, res);
141 res.setContentLength(responseXML.getBytes("UTF-8").length);
145 out.write(responseXML);
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/connection/
H A Dconnection-debug.js770 obj.responseXML = o.conn.responseXML;
1219 // responseText and responseXML will be populated with the same data from the iframe.
1222 obj.responseXML = io.contentWindow.document.XMLDocument?io.contentWindow.document.XMLDocument:io.contentWindow.document;
H A Dconnection-min.js63 obj.tId=o.tId;obj.status=(o.conn.status==1223)?204:o.conn.status;obj.statusText=(o.conn.status==1223)?"No Content":o.conn.statusText;obj.getResponseHeader=headerObj;obj.getAllResponseHeaders=headerStr;obj.responseText=o.conn.responseText;obj.responseXML=o.conn.responseXML;if(typeof callbackArg!==undefined){obj.argument=callbackArg;}
106 {obj.responseText=io.contentWindow.document.body?io.contentWindow.document.body.innerHTML:io.contentWindow.document.documentElement.textContent;obj.responseXML=io.contentWindow.document.XMLDocument?io.contentWindow.document.XMLDocument:io.contentWindow.document;}
H A Dconnection.js752 obj.responseXML = o.conn.responseXML;
1196 // responseText and responseXML will be populated with the same data from the iframe.
1199 obj.responseXML = io.contentWindow.document.XMLDocument?io.contentWindow.document.XMLDocument:io.contentWindow.document;
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/connection/
H A Dconnection-debug.js770 obj.responseXML = o.conn.responseXML;
1219 // responseText and responseXML will be populated with the same data from the iframe.
1222 obj.responseXML = io.contentWindow.document.XMLDocument?io.contentWindow.document.XMLDocument:io.contentWindow.document;
H A Dconnection-min.js63 obj.tId=o.tId;obj.status=(o.conn.status==1223)?204:o.conn.status;obj.statusText=(o.conn.status==1223)?"No Content":o.conn.statusText;obj.getResponseHeader=headerObj;obj.getAllResponseHeaders=headerStr;obj.responseText=o.conn.responseText;obj.responseXML=o.conn.responseXML;if(typeof callbackArg!==undefined){obj.argument=callbackArg;}
106 {obj.responseText=io.contentWindow.document.body?io.contentWindow.document.body.innerHTML:io.contentWindow.document.documentElement.textContent;obj.responseXML=io.contentWindow.document.XMLDocument?io.contentWindow.document.XMLDocument:io.contentWindow.document;}
H A Dconnection.js752 obj.responseXML = o.conn.responseXML;
1196 // responseText and responseXML will be populated with the same data from the iframe.
1199 obj.responseXML = io.contentWindow.document.XMLDocument?io.contentWindow.document.XMLDocument:io.contentWindow.document;
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/js/
H A DAjaxUtils.js507 self.responseXML = self.xmlhttp.responseXML;
/forgerock/openam/openam-server-only/src/main/webapp/assets/js/
H A DAjaxUtils.js507 self.responseXML = self.xmlhttp.responseXML;
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/datasource/
H A Ddatasource-beta-debug.js965 if(xhr && oRawResponse.responseXML) {
966 oRawResponse = oRawResponse.responseXML;
H A Ddatasource-beta-min.js45 oParsedResponse=this.parseHTMLTableData(oRequest,oRawResponse);break;case YAHOO.util.DataSource.TYPE_XML:if(xhr&&oRawResponse.responseXML){oRawResponse=oRawResponse.responseXML;}
H A Ddatasource-beta.js936 if(xhr && oRawResponse.responseXML) {
937 oRawResponse = oRawResponse.responseXML;
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/logout/
H A DFSPreLogoutHandler.java787 private int handleMultiProtocolLogout(String status, String responseXML) { argument
812 remoteEntityID, finalRelayState, requestXML, responseXML,
H A DFSSingleLogoutHandler.java1855 String responseXML, String remoteSPId) {
1860 + responseXML);
1896 remoteSPId, finalRelayState, requestXML, responseXML,
1854 handleMultiProtocolLogout(boolean isSOAPInited, String responseXML, String remoteSPId) argument
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/datasource/
H A Ddatasource-beta-debug.js965 if(xhr && oRawResponse.responseXML) {
966 oRawResponse = oRawResponse.responseXML;
H A Ddatasource-beta-min.js45 oParsedResponse=this.parseHTMLTableData(oRequest,oRawResponse);break;case YAHOO.util.DataSource.TYPE_XML:if(xhr&&oRawResponse.responseXML){oRawResponse=oRawResponse.responseXML;}
H A Ddatasource-beta.js936 if(xhr && oRawResponse.responseXML) {
937 oRawResponse = oRawResponse.responseXML;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/logout/
H A DFSPreLogoutHandler.java787 private int handleMultiProtocolLogout(String status, String responseXML) { argument
812 remoteEntityID, finalRelayState, requestXML, responseXML,
H A DFSSingleLogoutHandler.java1855 String responseXML, String remoteSPId) {
1860 + responseXML);
1896 remoteSPId, finalRelayState, requestXML, responseXML,
1854 handleMultiProtocolLogout(boolean isSOAPInited, String responseXML, String remoteSPId) argument
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/utilities/
H A Dutilities.js253 obj.tId=o.tId;obj.status=(o.conn.status==1223)?204:o.conn.status;obj.statusText=(o.conn.status==1223)?"No Content":o.conn.statusText;obj.getResponseHeader=headerObj;obj.getAllResponseHeaders=headerStr;obj.responseText=o.conn.responseText;obj.responseXML=o.conn.responseXML;if(typeof callbackArg!==undefined){obj.argument=callbackArg;}
296 {obj.responseText=io.contentWindow.document.body?io.contentWindow.document.body.innerHTML:io.contentWindow.document.documentElement.textContent;obj.responseXML=io.contentWindow.document.XMLDocument?io.contentWindow.document.XMLDocument:io.contentWindow.document;}
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/utilities/
H A Dutilities.js253 obj.tId=o.tId;obj.status=(o.conn.status==1223)?204:o.conn.status;obj.statusText=(o.conn.status==1223)?"No Content":o.conn.statusText;obj.getResponseHeader=headerObj;obj.getAllResponseHeaders=headerStr;obj.responseText=o.conn.responseText;obj.responseXML=o.conn.responseXML;if(typeof callbackArg!==undefined){obj.argument=callbackArg;}
296 {obj.responseText=io.contentWindow.document.body?io.contentWindow.document.body.innerHTML:io.contentWindow.document.documentElement.textContent;obj.responseXML=io.contentWindow.document.XMLDocument?io.contentWindow.document.XMLDocument:io.contentWindow.document;}
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/autocomplete/
H A Dautocomplete-debug.js2774 /*YAHOO.log(oResp.responseXML.getElementsByTagName("Result"),'warn');
2778 YAHOO.log('responseXML.xml: '+oResp.responseXML.xml,'warn');*/
2783 oResp = oResp.responseXML;
H A Dautocomplete-min.js145 else{oResp=oResp.responseXML;}
H A Dautocomplete.js2740 oResp = oResp.responseXML;

Completed in 95 milliseconds

12