mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-14 13:33:14 +00:00
718 lines
64 KiB
HTML
718 lines
64 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
|
<html xmlns:yui="http://yuilibrary.com/rdf/1.0/yui.rdf#">
|
|
<head>
|
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
|
<title>API: datasource YAHOO.util.XHRDataSource (YUI Library)</title>
|
|
|
|
<link rel="stylesheet" type="text/css" href="assets/reset-fonts-grids-min.css" />
|
|
<link rel="stylesheet" type="text/css" href="assets/api.css" />
|
|
|
|
<script type="text/javascript" src="assets/api-js"></script>
|
|
<script type="text/javascript" src="assets/ac-js"></script>
|
|
</head>
|
|
|
|
<body id="yahoo-com">
|
|
|
|
<div id="doc3" class="yui-t2">
|
|
<div id="hd">
|
|
<h1><a href="http://developer.yahoo.com/yui/" title="Yahoo! UI Library">Yahoo! UI Library</a></h1>
|
|
<h3>DataSource Utility <span class="subtitle">2.8.2r1</span></h3>
|
|
<a href="./index.html" title="Yahoo! UI Library">Yahoo! UI Library</a>
|
|
> <a href="./module_datasource.html" title="datasource">datasource</a>
|
|
> YAHOO.util.XHRDataSource
|
|
|
|
<form onsubmit="return false">
|
|
<div id="propertysearch">
|
|
Search: <input autocomplete="off" id="searchinput" />
|
|
<div id="searchresults">
|
|
|
|
</div>
|
|
</div>
|
|
</form>
|
|
</div>
|
|
|
|
<div id="bd">
|
|
<div id="yui-main">
|
|
<div class="yui-b">
|
|
<form action="#" name="yui-classopts-form" method="get" id="yui-classopts-form">
|
|
<fieldset>
|
|
<legend>Filters</legend>
|
|
<span class="classopts"><input type="checkbox" name="show_private" id="show_private" /> <label for="show_private">Show Private</label></span>
|
|
<span class="classopts"><input type="checkbox" name="show_protected" id="show_protected" /> <label for="show_protected">Show Protected</label></span>
|
|
<span class="classopts"><input type="checkbox" name="show_deprecated" id="show_deprecated" /> <label for="show_deprecated">Show Deprecated</label></span>
|
|
</fieldset>
|
|
</form>
|
|
|
|
<h2>
|
|
|
|
|
|
|
|
|
|
Class <b property="yui:name">YAHOO.util.XHRDataSource</b>
|
|
<span class="extends">
|
|
- extends <a href="YAHOO.util.DataSourceBase.html" title="YAHOO.util.DataSourceBase">YAHOO.util.DataSourceBase</a>
|
|
</span>
|
|
|
|
</h2>
|
|
<!-- class tree goes here -->
|
|
|
|
|
|
|
|
|
|
<div class="summary description" property="yui:description">
|
|
XHRDataSource class for accessing remote data via the YUI Connection Manager
|
|
Utility
|
|
</div>
|
|
|
|
<div class="section constructor details" rel="yui:constructor" resource="#constructor">
|
|
<h3 id="constructor">Constructor</h3>
|
|
<div class="content">
|
|
<div class="detail">
|
|
<strong property="yui:name">YAHOO.util.XHRDataSource</strong>
|
|
<code>
|
|
(
|
|
|
|
|
|
|
|
oLiveData
|
|
|
|
,
|
|
oConfigs
|
|
)
|
|
</code>
|
|
<div class="description">
|
|
<dl rel="yui:parameters">
|
|
<dt>Parameters:</dt>
|
|
<dd rel="yui:parameter">
|
|
<code><span property="yui:name">oLiveData</span>
|
|
<<span property="yui:type">HTMLElement</span>>
|
|
</code>
|
|
<span property="yui:description"> Pointer to live data.</span>
|
|
</dd>
|
|
<dd rel="yui:parameter">
|
|
<code><span property="yui:name">oConfigs</span>
|
|
<<span property="yui:type">object</span>>
|
|
</code>
|
|
<span property="yui:description"> (optional) Object literal of configuration values.</span>
|
|
</dd>
|
|
</dl>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div rel="yui:properties" resource="#properties">
|
|
<div class="section field details">
|
|
<h3 id="properties">Properties</h3>
|
|
<div class="content">
|
|
<div class="private" rel="yui:property" resource="#property__xhrCallback">
|
|
<h4><a name="property__xhrCallback" property="yui:name">_xhrCallback</a>
|
|
- <code>private <span property="yui:type">object</span></code>
|
|
</h4>
|
|
<div class="detail">
|
|
<div class="description" property="yui:description">
|
|
Define Connection Manager callback object
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<hr />
|
|
</div>
|
|
<div class="" rel="yui:property" resource="#property_connMethodPost">
|
|
<h4><a name="property_connMethodPost" property="yui:name">connMethodPost</a>
|
|
- <code><span property="yui:type">Boolean</span></code>
|
|
</h4>
|
|
<div class="detail">
|
|
<div class="description" property="yui:description">
|
|
True if data is to be sent via POST. By default, data will be sent via GET.
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="default" property="yui:defaultValue">
|
|
Default Value: false
|
|
</div>
|
|
|
|
|
|
<hr />
|
|
</div>
|
|
<div class="" rel="yui:property" resource="#property_connMgr">
|
|
<h4><a name="property_connMgr" property="yui:name">connMgr</a>
|
|
- <code><span property="yui:type">Object</span></code>
|
|
</h4>
|
|
<div class="detail">
|
|
<div class="description" property="yui:description">
|
|
Alias to YUI Connection Manager, to allow implementers to use a custom class.
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="default" property="yui:defaultValue">
|
|
Default Value: YAHOO.util.Connect
|
|
</div>
|
|
|
|
|
|
<hr />
|
|
</div>
|
|
<div class="" rel="yui:property" resource="#property_connTimeout">
|
|
<h4><a name="property_connTimeout" property="yui:name">connTimeout</a>
|
|
- <code><span property="yui:type">Number</span></code>
|
|
</h4>
|
|
<div class="detail">
|
|
<div class="description" property="yui:description">
|
|
The connection timeout defines how many milliseconds the XHR connection will
|
|
wait for a server response. Any non-zero value will enable the Connection Manager's
|
|
Auto-Abort feature.
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="default" property="yui:defaultValue">
|
|
Default Value: 0
|
|
</div>
|
|
|
|
|
|
<hr />
|
|
</div>
|
|
<div class="" rel="yui:property" resource="#property_connXhrMode">
|
|
<h4><a name="property_connXhrMode" property="yui:name">connXhrMode</a>
|
|
- <code><span property="yui:type">String</span></code>
|
|
</h4>
|
|
<div class="detail">
|
|
<div class="description" property="yui:description">
|
|
Defines request/response management in the following manner:
|
|
<dl>
|
|
<dt>queueRequests</dt>
|
|
<dd>If a request is already in progress, wait until response is returned
|
|
before sending the next request.</dd>
|
|
<dt>cancelStaleRequests</dt>
|
|
<dd>If a request is already in progress, cancel it before sending the next
|
|
request.</dd>
|
|
<dt>ignoreStaleResponses</dt>
|
|
<dd>Send all requests, but handle only the response for the most recently
|
|
sent request.</dd>
|
|
<dt>allowAll</dt>
|
|
<dd>Send all requests and handle all responses.</dd>
|
|
</dl>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="default" property="yui:defaultValue">
|
|
Default Value: "allowAll"
|
|
</div>
|
|
|
|
|
|
<hr />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div rel="yui:inheritance">
|
|
<div class="section field inheritance" rel="yui:superclass" resource="YAHOO.util.DataSourceBase.html">
|
|
<h4>Properties inherited from <a href="YAHOO.util.DataSourceBase.html" property="yui:name" title="YAHOO.util.DataSourceBase">YAHOO.util.DataSourceBase</a>:</h4>
|
|
<div class="content" rel="yui:properties">
|
|
<code>
|
|
|
|
<span rel="yui:property" resource="YAHOO.util.DataSourceBase.html#property__aCache">
|
|
<a class="private" href="YAHOO.util.DataSourceBase.html#property__aCache" property="yui:name" title="_aCache">_aCache</a><span class="private">,</span>
|
|
</span>
|
|
|
|
<span rel="yui:property" resource="YAHOO.util.DataSourceBase.html#property__aIntervals">
|
|
<a class="private" href="YAHOO.util.DataSourceBase.html#property__aIntervals" property="yui:name" title="_aIntervals">_aIntervals</a><span class="private">,</span>
|
|
</span>
|
|
|
|
<span rel="yui:property" resource="YAHOO.util.DataSourceBase.html#property__oQueue">
|
|
<a class="private" href="YAHOO.util.DataSourceBase.html#property__oQueue" property="yui:name" title="_oQueue">_oQueue</a><span class="private">,</span>
|
|
</span>
|
|
|
|
<span rel="yui:property" resource="YAHOO.util.DataSourceBase.html#property__sName">
|
|
<a class="private" href="YAHOO.util.DataSourceBase.html#property__sName" property="yui:name" title="_sName">_sName</a><span class="private">,</span>
|
|
</span>
|
|
|
|
<span rel="yui:property" resource="YAHOO.util.DataSourceBase.html#property_dataType">
|
|
<a class="" href="YAHOO.util.DataSourceBase.html#property_dataType" property="yui:name" title="dataType">dataType</a><span class="">,</span>
|
|
</span>
|
|
|
|
<span rel="yui:property" resource="YAHOO.util.DataSourceBase.html#property_ERROR_DATAINVALID">
|
|
<a class="" href="YAHOO.util.DataSourceBase.html#property_ERROR_DATAINVALID" property="yui:name" title="ERROR_DATAINVALID">ERROR_DATAINVALID</a><span class="">,</span>
|
|
</span>
|
|
|
|
<span rel="yui:property" resource="YAHOO.util.DataSourceBase.html#property_ERROR_DATANULL">
|
|
<a class="" href="YAHOO.util.DataSourceBase.html#property_ERROR_DATANULL" property="yui:name" title="ERROR_DATANULL">ERROR_DATANULL</a><span class="">,</span>
|
|
</span>
|
|
|
|
<span rel="yui:property" resource="YAHOO.util.DataSourceBase.html#property_liveData">
|
|
<a class="" href="YAHOO.util.DataSourceBase.html#property_liveData" property="yui:name" title="liveData">liveData</a><span class="">,</span>
|
|
</span>
|
|
|
|
<span rel="yui:property" resource="YAHOO.util.DataSourceBase.html#property_maxCacheEntries">
|
|
<a class="" href="YAHOO.util.DataSourceBase.html#property_maxCacheEntries" property="yui:name" title="maxCacheEntries">maxCacheEntries</a><span class="">,</span>
|
|
</span>
|
|
|
|
<span rel="yui:property" resource="YAHOO.util.DataSourceBase.html#property_parseJSONArgs">
|
|
<a class="" href="YAHOO.util.DataSourceBase.html#property_parseJSONArgs" property="yui:name" title="parseJSONArgs">parseJSONArgs</a><span class="">,</span>
|
|
</span>
|
|
|
|
<span rel="yui:property" resource="YAHOO.util.DataSourceBase.html#property_responseSchema">
|
|
<a class="" href="YAHOO.util.DataSourceBase.html#property_responseSchema" property="yui:name" title="responseSchema">responseSchema</a><span class="">,</span>
|
|
</span>
|
|
|
|
<span rel="yui:property" resource="YAHOO.util.DataSourceBase.html#property_responseType">
|
|
<a class="" href="YAHOO.util.DataSourceBase.html#property_responseType" property="yui:name" title="responseType">responseType</a><span class="">,</span>
|
|
</span>
|
|
|
|
<span rel="yui:property" resource="YAHOO.util.DataSourceBase.html#property_TYPE_HTMLTABLE">
|
|
<a class="" href="YAHOO.util.DataSourceBase.html#property_TYPE_HTMLTABLE" property="yui:name" title="TYPE_HTMLTABLE">TYPE_HTMLTABLE</a><span class="">,</span>
|
|
</span>
|
|
|
|
<span rel="yui:property" resource="YAHOO.util.DataSourceBase.html#property_TYPE_JSARRAY">
|
|
<a class="" href="YAHOO.util.DataSourceBase.html#property_TYPE_JSARRAY" property="yui:name" title="TYPE_JSARRAY">TYPE_JSARRAY</a><span class="">,</span>
|
|
</span>
|
|
|
|
<span rel="yui:property" resource="YAHOO.util.DataSourceBase.html#property_TYPE_JSFUNCTION">
|
|
<a class="" href="YAHOO.util.DataSourceBase.html#property_TYPE_JSFUNCTION" property="yui:name" title="TYPE_JSFUNCTION">TYPE_JSFUNCTION</a><span class="">,</span>
|
|
</span>
|
|
|
|
<span rel="yui:property" resource="YAHOO.util.DataSourceBase.html#property_TYPE_JSON">
|
|
<a class="" href="YAHOO.util.DataSourceBase.html#property_TYPE_JSON" property="yui:name" title="TYPE_JSON">TYPE_JSON</a><span class="">,</span>
|
|
</span>
|
|
|
|
<span rel="yui:property" resource="YAHOO.util.DataSourceBase.html#property_TYPE_LOCAL">
|
|
<a class="" href="YAHOO.util.DataSourceBase.html#property_TYPE_LOCAL" property="yui:name" title="TYPE_LOCAL">TYPE_LOCAL</a><span class="">,</span>
|
|
</span>
|
|
|
|
<span rel="yui:property" resource="YAHOO.util.DataSourceBase.html#property_TYPE_SCRIPTNODE">
|
|
<a class="" href="YAHOO.util.DataSourceBase.html#property_TYPE_SCRIPTNODE" property="yui:name" title="TYPE_SCRIPTNODE">TYPE_SCRIPTNODE</a><span class="">,</span>
|
|
</span>
|
|
|
|
<span rel="yui:property" resource="YAHOO.util.DataSourceBase.html#property_TYPE_TEXT">
|
|
<a class="" href="YAHOO.util.DataSourceBase.html#property_TYPE_TEXT" property="yui:name" title="TYPE_TEXT">TYPE_TEXT</a><span class="">,</span>
|
|
</span>
|
|
|
|
<span rel="yui:property" resource="YAHOO.util.DataSourceBase.html#property_TYPE_UNKNOWN">
|
|
<a class="" href="YAHOO.util.DataSourceBase.html#property_TYPE_UNKNOWN" property="yui:name" title="TYPE_UNKNOWN">TYPE_UNKNOWN</a><span class="">,</span>
|
|
</span>
|
|
|
|
<span rel="yui:property" resource="YAHOO.util.DataSourceBase.html#property_TYPE_XHR">
|
|
<a class="" href="YAHOO.util.DataSourceBase.html#property_TYPE_XHR" property="yui:name" title="TYPE_XHR">TYPE_XHR</a><span class="">,</span>
|
|
</span>
|
|
|
|
<span rel="yui:property" resource="YAHOO.util.DataSourceBase.html#property_TYPE_XML">
|
|
<a class="" href="YAHOO.util.DataSourceBase.html#property_TYPE_XML" property="yui:name" title="TYPE_XML">TYPE_XML</a><span class="">,</span>
|
|
</span>
|
|
|
|
<span rel="yui:property" resource="YAHOO.util.DataSourceBase.html#property_useXPath">
|
|
<a class="" href="YAHOO.util.DataSourceBase.html#property_useXPath" property="yui:name" title="useXPath">useXPath</a>
|
|
</span>
|
|
|
|
</code>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div rel="yui:methods" resource="#methods">
|
|
<div class="section method details">
|
|
<h3 id="methods">Methods</h3>
|
|
<div class="content">
|
|
<div class="private" rel="yui:method" resource="#method__xhrFailure">
|
|
<h4>
|
|
<a name="method__xhrFailure">_xhrFailure</a></h4>
|
|
<div class="detail" >
|
|
<code>
|
|
private
|
|
|
|
|
|
void
|
|
<strong property="yui:name">_xhrFailure</strong>
|
|
(
|
|
|
|
|
|
oResponse
|
|
|
|
|
|
)
|
|
</code>
|
|
|
|
<div class="description" property="yui:description">
|
|
Define Connection Manager failure handler
|
|
</div>
|
|
|
|
<div class="description">
|
|
|
|
<dl rel="yui:parameters">
|
|
<dt>Parameters:</dt>
|
|
<dd rel="yui:parameter">
|
|
<code><span property="yui:name">oResponse</span>
|
|
<<span property="yui:type">Object</span>>
|
|
</code>
|
|
<span property="yui:description"> HTTPXMLRequest object</span>
|
|
</dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
<hr />
|
|
</div>
|
|
<div class="private" rel="yui:method" resource="#method__xhrSuccess">
|
|
<h4>
|
|
<a name="method__xhrSuccess">_xhrSuccess</a></h4>
|
|
<div class="detail" >
|
|
<code>
|
|
private
|
|
|
|
|
|
void
|
|
<strong property="yui:name">_xhrSuccess</strong>
|
|
(
|
|
|
|
|
|
oResponse
|
|
|
|
|
|
)
|
|
</code>
|
|
|
|
<div class="description" property="yui:description">
|
|
Define Connection Manager success handler
|
|
</div>
|
|
|
|
<div class="description">
|
|
|
|
<dl rel="yui:parameters">
|
|
<dt>Parameters:</dt>
|
|
<dd rel="yui:parameter">
|
|
<code><span property="yui:name">oResponse</span>
|
|
<<span property="yui:type">Object</span>>
|
|
</code>
|
|
<span property="yui:description"> HTTPXMLRequest object</span>
|
|
</dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
<hr />
|
|
</div>
|
|
<div class="" rel="yui:method" resource="#method_makeConnection">
|
|
<h4>
|
|
<a name="method_makeConnection">makeConnection</a></h4>
|
|
<div class="detail" >
|
|
<code>
|
|
|
|
|
|
|
|
Number
|
|
<strong property="yui:name">makeConnection</strong>
|
|
(
|
|
|
|
|
|
oRequest
|
|
|
|
|
|
,
|
|
oCallback
|
|
|
|
|
|
,
|
|
oCaller
|
|
|
|
|
|
)
|
|
</code>
|
|
|
|
<div class="description" property="yui:description">
|
|
Overriding method passes query to Connection Manager. The returned
|
|
response is then forwarded to the handleResponse function.
|
|
</div>
|
|
|
|
<div class="description">
|
|
|
|
<dl rel="yui:parameters">
|
|
<dt>Parameters:</dt>
|
|
<dd rel="yui:parameter">
|
|
<code><span property="yui:name">oRequest</span>
|
|
<<span property="yui:type">Object</span>>
|
|
</code>
|
|
<span property="yui:description"> Request object.</span>
|
|
</dd>
|
|
<dd rel="yui:parameter">
|
|
<code><span property="yui:name">oCallback</span>
|
|
<<span property="yui:type">Object</span>>
|
|
</code>
|
|
<span property="yui:description"> Callback object literal.</span>
|
|
</dd>
|
|
<dd rel="yui:parameter">
|
|
<code><span property="yui:name">oCaller</span>
|
|
<<span property="yui:type">Object</span>>
|
|
</code>
|
|
<span property="yui:description"> (deprecated) Use oCallback.scope.</span>
|
|
</dd>
|
|
</dl>
|
|
|
|
<dl>
|
|
<dt>Returns:
|
|
<code property="yui:return">
|
|
Number
|
|
</code></dt>
|
|
<dd property="yui:returnInfo">Transaction ID.</dd>
|
|
</dl>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
<hr />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div rel="yui:inheritance">
|
|
<div class="section field inheritance" rel="yui:superclass" resource="YAHOO.util.DataSourceBase.html">
|
|
<h4>Methods inherited from <a href="YAHOO.util.DataSourceBase.html" property="yui:name" title="YAHOO.util.DataSourceBase">YAHOO.util.DataSourceBase</a>:</h4>
|
|
<div class="content" rel="yui:methods">
|
|
<code>
|
|
<span rel="yui:method" resource="YAHOO.util.DataSourceBase.html#method_addToCache">
|
|
<a class="" href="YAHOO.util.DataSourceBase.html#method_addToCache" property="yui:name" title="addToCache">addToCache</a><span class="">,</span>
|
|
</span>
|
|
<span rel="yui:method" resource="YAHOO.util.DataSourceBase.html#method_clearAllIntervals">
|
|
<a class="" href="YAHOO.util.DataSourceBase.html#method_clearAllIntervals" property="yui:name" title="clearAllIntervals">clearAllIntervals</a><span class="">,</span>
|
|
</span>
|
|
<span rel="yui:method" resource="YAHOO.util.DataSourceBase.html#method_clearInterval">
|
|
<a class="" href="YAHOO.util.DataSourceBase.html#method_clearInterval" property="yui:name" title="clearInterval">clearInterval</a><span class="">,</span>
|
|
</span>
|
|
<span rel="yui:method" resource="YAHOO.util.DataSourceBase.html#method_doBeforeCallback">
|
|
<a class="" href="YAHOO.util.DataSourceBase.html#method_doBeforeCallback" property="yui:name" title="doBeforeCallback">doBeforeCallback</a><span class="">,</span>
|
|
</span>
|
|
<span rel="yui:method" resource="YAHOO.util.DataSourceBase.html#method_doBeforeParseData">
|
|
<a class="" href="YAHOO.util.DataSourceBase.html#method_doBeforeParseData" property="yui:name" title="doBeforeParseData">doBeforeParseData</a><span class="">,</span>
|
|
</span>
|
|
<span rel="yui:method" resource="YAHOO.util.DataSourceBase.html#method_flushCache">
|
|
<a class="" href="YAHOO.util.DataSourceBase.html#method_flushCache" property="yui:name" title="flushCache">flushCache</a><span class="">,</span>
|
|
</span>
|
|
<span rel="yui:method" resource="YAHOO.util.DataSourceBase.html#method_getCachedResponse">
|
|
<a class="" href="YAHOO.util.DataSourceBase.html#method_getCachedResponse" property="yui:name" title="getCachedResponse">getCachedResponse</a><span class="">,</span>
|
|
</span>
|
|
<span rel="yui:method" resource="YAHOO.util.DataSourceBase.html#method_handleResponse">
|
|
<a class="" href="YAHOO.util.DataSourceBase.html#method_handleResponse" property="yui:name" title="handleResponse">handleResponse</a><span class="">,</span>
|
|
</span>
|
|
<span rel="yui:method" resource="YAHOO.util.DataSourceBase.html#method_isCacheHit">
|
|
<a class="" href="YAHOO.util.DataSourceBase.html#method_isCacheHit" property="yui:name" title="isCacheHit">isCacheHit</a><span class="">,</span>
|
|
</span>
|
|
<span rel="yui:method" resource="YAHOO.util.DataSourceBase.html#method_makeConnection">
|
|
<a class="" href="YAHOO.util.DataSourceBase.html#method_makeConnection" property="yui:name" title="makeConnection">makeConnection</a><span class="">,</span>
|
|
</span>
|
|
<span rel="yui:method" resource="YAHOO.util.DataSourceBase.html#method_parseArrayData">
|
|
<a class="" href="YAHOO.util.DataSourceBase.html#method_parseArrayData" property="yui:name" title="parseArrayData">parseArrayData</a><span class="">,</span>
|
|
</span>
|
|
<span rel="yui:method" resource="YAHOO.util.DataSourceBase.html#method_parseData">
|
|
<a class="" href="YAHOO.util.DataSourceBase.html#method_parseData" property="yui:name" title="parseData">parseData</a><span class="">,</span>
|
|
</span>
|
|
<span rel="yui:method" resource="YAHOO.util.DataSourceBase.html#method_parseHTMLTableData">
|
|
<a class="" href="YAHOO.util.DataSourceBase.html#method_parseHTMLTableData" property="yui:name" title="parseHTMLTableData">parseHTMLTableData</a><span class="">,</span>
|
|
</span>
|
|
<span rel="yui:method" resource="YAHOO.util.DataSourceBase.html#method_parseJSONData">
|
|
<a class="" href="YAHOO.util.DataSourceBase.html#method_parseJSONData" property="yui:name" title="parseJSONData">parseJSONData</a><span class="">,</span>
|
|
</span>
|
|
<span rel="yui:method" resource="YAHOO.util.DataSourceBase.html#method_parseTextData">
|
|
<a class="" href="YAHOO.util.DataSourceBase.html#method_parseTextData" property="yui:name" title="parseTextData">parseTextData</a><span class="">,</span>
|
|
</span>
|
|
<span rel="yui:method" resource="YAHOO.util.DataSourceBase.html#method_parseXMLData">
|
|
<a class="" href="YAHOO.util.DataSourceBase.html#method_parseXMLData" property="yui:name" title="parseXMLData">parseXMLData</a><span class="">,</span>
|
|
</span>
|
|
<span rel="yui:method" resource="YAHOO.util.DataSourceBase.html#method_parseXMLResult">
|
|
<a class="" href="YAHOO.util.DataSourceBase.html#method_parseXMLResult" property="yui:name" title="parseXMLResult">parseXMLResult</a><span class="">,</span>
|
|
</span>
|
|
<span rel="yui:method" resource="YAHOO.util.DataSourceBase.html#method_sendRequest">
|
|
<a class="" href="YAHOO.util.DataSourceBase.html#method_sendRequest" property="yui:name" title="sendRequest">sendRequest</a><span class="">,</span>
|
|
</span>
|
|
<span rel="yui:method" resource="YAHOO.util.DataSourceBase.html#method_setInterval">
|
|
<a class="" href="YAHOO.util.DataSourceBase.html#method_setInterval" property="yui:name" title="setInterval">setInterval</a><span class="">,</span>
|
|
</span>
|
|
<span rel="yui:method" resource="YAHOO.util.DataSourceBase.html#method_toString">
|
|
<a class="" href="YAHOO.util.DataSourceBase.html#method_toString" property="yui:name" title="toString">toString</a>
|
|
</span>
|
|
</code>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div rel="yui:events" resource="#events">
|
|
|
|
|
|
<div rel="yui:inheritance">
|
|
<div class="section field inheritance" rel="yui:superclass" resource="YAHOO.util.DataSourceBase.html">
|
|
<h4>Events inherited from <a href="YAHOO.util.DataSourceBase.html" property="yui:name" title="YAHOO.util.DataSourceBase">YAHOO.util.DataSourceBase</a>:</h4>
|
|
<div class="content" rel="yui:events">
|
|
<code>
|
|
<span rel="yui:event" resource="YAHOO.util.DataSourceBase.html#event_cacheFlushEvent">
|
|
<a class="" href="YAHOO.util.DataSourceBase.html#event_cacheFlushEvent" property="yui:name" title="cacheFlushEvent">cacheFlushEvent</a><span class="">,</span>
|
|
</span>
|
|
<span rel="yui:event" resource="YAHOO.util.DataSourceBase.html#event_cacheRequestEvent">
|
|
<a class="" href="YAHOO.util.DataSourceBase.html#event_cacheRequestEvent" property="yui:name" title="cacheRequestEvent">cacheRequestEvent</a><span class="">,</span>
|
|
</span>
|
|
<span rel="yui:event" resource="YAHOO.util.DataSourceBase.html#event_cacheResponseEvent">
|
|
<a class="" href="YAHOO.util.DataSourceBase.html#event_cacheResponseEvent" property="yui:name" title="cacheResponseEvent">cacheResponseEvent</a><span class="">,</span>
|
|
</span>
|
|
<span rel="yui:event" resource="YAHOO.util.DataSourceBase.html#event_dataErrorEvent">
|
|
<a class="" href="YAHOO.util.DataSourceBase.html#event_dataErrorEvent" property="yui:name" title="dataErrorEvent">dataErrorEvent</a><span class="">,</span>
|
|
</span>
|
|
<span rel="yui:event" resource="YAHOO.util.DataSourceBase.html#event_requestEvent">
|
|
<a class="" href="YAHOO.util.DataSourceBase.html#event_requestEvent" property="yui:name" title="requestEvent">requestEvent</a><span class="">,</span>
|
|
</span>
|
|
<span rel="yui:event" resource="YAHOO.util.DataSourceBase.html#event_responseCacheEvent">
|
|
<a class="" href="YAHOO.util.DataSourceBase.html#event_responseCacheEvent" property="yui:name" title="responseCacheEvent">responseCacheEvent</a><span class="">,</span>
|
|
</span>
|
|
<span rel="yui:event" resource="YAHOO.util.DataSourceBase.html#event_responseEvent">
|
|
<a class="" href="YAHOO.util.DataSourceBase.html#event_responseEvent" property="yui:name" title="responseEvent">responseEvent</a><span class="">,</span>
|
|
</span>
|
|
<span rel="yui:event" resource="YAHOO.util.DataSourceBase.html#event_responseParseEvent">
|
|
<a class="" href="YAHOO.util.DataSourceBase.html#event_responseParseEvent" property="yui:name" title="responseParseEvent">responseParseEvent</a><span class="">,</span>
|
|
</span>
|
|
|
|
</code>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div rel="yui:attributes" resource="#configattributes">
|
|
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
<div class="yui-b">
|
|
<div class="nav">
|
|
|
|
<div id="moduleList" class="module">
|
|
<h4>Modules</h4>
|
|
<ul class="content">
|
|
<li class=""><a href="module_animation.html" title="animation">animation</a></li>
|
|
<li class=""><a href="module_autocomplete.html" title="autocomplete">autocomplete</a></li>
|
|
<li class=""><a href="module_button.html" title="button">button</a></li>
|
|
<li class=""><a href="module_calendar.html" title="calendar">calendar</a></li>
|
|
<li class=""><a href="module_carousel.html" title="carousel">carousel</a></li>
|
|
<li class=""><a href="module_charts.html" title="charts">charts</a></li>
|
|
<li class=""><a href="module_colorpicker.html" title="colorpicker">colorpicker</a></li>
|
|
<li class=""><a href="module_connection.html" title="connection">connection</a></li>
|
|
<li class=""><a href="module_container.html" title="container">container</a></li>
|
|
<li class=""><a href="module_cookie.html" title="cookie">cookie</a></li>
|
|
<li class="selected"><a href="module_datasource.html" title="datasource">datasource</a></li>
|
|
<li class=""><a href="module_datatable.html" title="datatable">datatable</a></li>
|
|
<li class=""><a href="module_datemath.html" title="datemath">datemath</a></li>
|
|
<li class=""><a href="module_dom.html" title="dom">dom</a></li>
|
|
<li class=""><a href="module_dragdrop.html" title="dragdrop">dragdrop</a></li>
|
|
<li class=""><a href="module_editor.html" title="editor">editor</a></li>
|
|
<li class=""><a href="module_element.html" title="element">element</a></li>
|
|
<li class=""><a href="module_element-delegate.html" title="element-delegate">element-delegate</a></li>
|
|
<li class=""><a href="module_event.html" title="event">event</a></li>
|
|
<li class=""><a href="module_event-delegate.html" title="event-delegate">event-delegate</a></li>
|
|
<li class=""><a href="module_event-mouseenter.html" title="event-mouseenter">event-mouseenter</a></li>
|
|
<li class=""><a href="module_event-simulate.html" title="event-simulate">event-simulate</a></li>
|
|
<li class=""><a href="module_get.html" title="get">get</a></li>
|
|
<li class=""><a href="module_history.html" title="history">history</a></li>
|
|
<li class=""><a href="module_imagecropper.html" title="imagecropper">imagecropper</a></li>
|
|
<li class=""><a href="module_imageloader.html" title="imageloader">imageloader</a></li>
|
|
<li class=""><a href="module_json.html" title="json">json</a></li>
|
|
<li class=""><a href="module_layout.html" title="layout">layout</a></li>
|
|
<li class=""><a href="module_logger.html" title="logger">logger</a></li>
|
|
<li class=""><a href="module_menu.html" title="menu">menu</a></li>
|
|
<li class=""><a href="module_paginator.html" title="paginator">paginator</a></li>
|
|
<li class=""><a href="module_profiler.html" title="profiler">profiler</a></li>
|
|
<li class=""><a href="module_profilerviewer.html" title="profilerviewer">profilerviewer</a></li>
|
|
<li class=""><a href="module_progressbar.html" title="progressbar">progressbar</a></li>
|
|
<li class=""><a href="module_resize.html" title="resize">resize</a></li>
|
|
<li class=""><a href="module_selector.html" title="selector">selector</a></li>
|
|
<li class=""><a href="module_slider.html" title="slider">slider</a></li>
|
|
<li class=""><a href="module_storage.html" title="Storage">Storage</a></li>
|
|
<li class=""><a href="module_stylesheet.html" title="stylesheet">stylesheet</a></li>
|
|
<li class=""><a href="module_swf.html" title="swf">swf</a></li>
|
|
<li class=""><a href="module_swfdetect.html" title="swfdetect">swfdetect</a></li>
|
|
<li class=""><a href="module_swfstore.html" title="swfstore">swfstore</a></li>
|
|
<li class=""><a href="module_tabview.html" title="tabview">tabview</a></li>
|
|
<li class=""><a href="module_treeview.html" title="treeview">treeview</a></li>
|
|
<li class=""><a href="module_uploader.html" title="uploader">uploader</a></li>
|
|
<li class=""><a href="module_yahoo.html" title="yahoo">yahoo</a></li>
|
|
<li class=""><a href="module_yuiloader.html" title="yuiloader">yuiloader</a></li>
|
|
<li class=""><a href="module_yuitest.html" title="yuitest">yuitest</a></li>
|
|
</ul>
|
|
</div>
|
|
|
|
<div id="classList" class="module">
|
|
<h4>Classes</h4>
|
|
<ul class="content">
|
|
<li class=""><a href="YAHOO.util.DataSource.html" title="YAHOO.util.DataSource">YAHOO.util.DataSource</a></li>
|
|
<li class=""><a href="YAHOO.util.DataSourceBase.html" title="YAHOO.util.DataSourceBase">YAHOO.util.DataSourceBase</a></li>
|
|
<li class=""><a href="YAHOO.util.Date.html" title="YAHOO.util.Date">YAHOO.util.Date</a></li>
|
|
<li class=""><a href="YAHOO.util.DateLocale.html" title="YAHOO.util.DateLocale">YAHOO.util.DateLocale</a></li>
|
|
<li class=""><a href="YAHOO.util.FunctionDataSource.html" title="YAHOO.util.FunctionDataSource">YAHOO.util.FunctionDataSource</a></li>
|
|
<li class=""><a href="YAHOO.util.LocalDataSource.html" title="YAHOO.util.LocalDataSource">YAHOO.util.LocalDataSource</a></li>
|
|
<li class=""><a href="YAHOO.util.Number.html" title="YAHOO.util.Number">YAHOO.util.Number</a></li>
|
|
<li class=""><a href="YAHOO.util.ScriptNodeDataSource.html" title="YAHOO.util.ScriptNodeDataSource">YAHOO.util.ScriptNodeDataSource</a></li>
|
|
<li class="selected"><a href="YAHOO.util.XHRDataSource.html" title="YAHOO.util.XHRDataSource">YAHOO.util.XHRDataSource</a></li>
|
|
</ul>
|
|
</div>
|
|
|
|
<div id="fileList" class="module">
|
|
<h4>Files</h4>
|
|
<ul class="content">
|
|
<li class=""><a href="DataSource.js.html" title="DataSource.js">DataSource.js</a></li>
|
|
<li class=""><a href="Type.js.html" title="Type.js">Type.js</a></li>
|
|
</ul>
|
|
</div>
|
|
|
|
<div id="propertyList" class="module">
|
|
<h4>Properties</h4>
|
|
<ul class="content">
|
|
<li class="private"><a href="#property__xhrCallback" title="_xhrCallback">_xhrCallback</a></li>
|
|
<li class=""><a href="#property_connMethodPost" title="connMethodPost">connMethodPost</a></li>
|
|
<li class=""><a href="#property_connMgr" title="connMgr">connMgr</a></li>
|
|
<li class=""><a href="#property_connTimeout" title="connTimeout">connTimeout</a></li>
|
|
<li class=""><a href="#property_connXhrMode" title="connXhrMode">connXhrMode</a></li>
|
|
</ul>
|
|
</div>
|
|
|
|
<div id="methodsList" class="module">
|
|
<h4>Methods</h4>
|
|
<ul class="content">
|
|
<li class="private"><a href="#method__xhrFailure" title="_xhrFailure">_xhrFailure</a></li>
|
|
<li class="private"><a href="#method__xhrSuccess" title="_xhrSuccess">_xhrSuccess</a></li>
|
|
<li class=""><a href="#method_makeConnection" title="makeConnection">makeConnection</a></li>
|
|
</ul>
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div id="ft">
|
|
<hr />
|
|
Copyright © 2010 Yahoo! Inc. All rights reserved.
|
|
</div>
|
|
</div>
|
|
<script type="text/javascript">
|
|
|
|
var ALL_YUI_PROPS = [{"access": "private", "host": "YAHOO.util.DataSourceBase", "name": "_aCache", "url": "YAHOO.util.DataSourceBase.html#property__aCache", "type": "property"}, {"access": "", "host": "YAHOO.util.DataSourceBase", "name": "addToCache", "url": "YAHOO.util.DataSourceBase.html#method_addToCache", "type": "method"}, {"access": "private", "host": "YAHOO.util.DataSourceBase", "name": "_aIntervals", "url": "YAHOO.util.DataSourceBase.html#property__aIntervals", "type": "property"}, {"access": "", "host": "YAHOO.util.ScriptNodeDataSource", "name": "asyncMode", "url": "YAHOO.util.ScriptNodeDataSource.html#property_asyncMode", "type": "property"}, {"access": "", "host": "YAHOO.util.DataSourceBase", "name": "cacheFlushEvent", "url": "YAHOO.util.DataSourceBase.html#event_cacheFlushEvent", "type": "event"}, {"access": "", "host": "YAHOO.util.DataSourceBase", "name": "cacheRequestEvent", "url": "YAHOO.util.DataSourceBase.html#event_cacheRequestEvent", "type": "event"}, {"access": "", "host": "YAHOO.util.DataSourceBase", "name": "cacheResponseEvent", "url": "YAHOO.util.DataSourceBase.html#event_cacheResponseEvent", "type": "event"}, {"access": "", "host": "YAHOO.util.ScriptNodeDataSource", "name": "callbacks", "url": "YAHOO.util.ScriptNodeDataSource.html#property_callbacks", "type": "property"}, {"access": "", "host": "YAHOO.util.DataSourceBase", "name": "clearAllIntervals", "url": "YAHOO.util.DataSourceBase.html#method_clearAllIntervals", "type": "method"}, {"access": "", "host": "YAHOO.util.DataSourceBase", "name": "clearInterval", "url": "YAHOO.util.DataSourceBase.html#method_clearInterval", "type": "method"}, {"access": "", "host": "YAHOO.util.XHRDataSource", "name": "connMethodPost", "url": "YAHOO.util.XHRDataSource.html#property_connMethodPost", "type": "property"}, {"access": "", "host": "YAHOO.util.XHRDataSource", "name": "connMgr", "url": "YAHOO.util.XHRDataSource.html#property_connMgr", "type": "property"}, {"access": "", "host": "YAHOO.util.XHRDataSource", "name": "connTimeout", "url": "YAHOO.util.XHRDataSource.html#property_connTimeout", "type": "property"}, {"access": "", "host": "YAHOO.util.XHRDataSource", "name": "connXhrMode", "url": "YAHOO.util.XHRDataSource.html#property_connXhrMode", "type": "property"}, {"access": "", "host": "YAHOO.util.DataSourceBase", "name": "dataErrorEvent", "url": "YAHOO.util.DataSourceBase.html#event_dataErrorEvent", "type": "event"}, {"access": "private", "host": "YAHOO.util.DataSourceBase", "name": "DataSourceBase._nIndex", "url": "YAHOO.util.DataSourceBase.html#property_DataSourceBase._nIndex", "type": "property"}, {"access": "private", "host": "YAHOO.util.DataSourceBase", "name": "DataSourceBase._nTransactionId", "url": "YAHOO.util.DataSourceBase.html#property_DataSourceBase._nTransactionId", "type": "property"}, {"access": "", "host": "YAHOO.util.DataSourceBase", "name": "DataSourceBase.parseDate", "url": "YAHOO.util.DataSourceBase.html#method_DataSourceBase.parseDate", "type": "method"}, {"access": "", "host": "YAHOO.util.DataSourceBase", "name": "DataSourceBase.parseNumber", "url": "YAHOO.util.DataSourceBase.html#method_DataSourceBase.parseNumber", "type": "method"}, {"access": "", "host": "YAHOO.util.DataSourceBase", "name": "DataSourceBase.parseString", "url": "YAHOO.util.DataSourceBase.html#method_DataSourceBase.parseString", "type": "method"}, {"access": "", "host": "YAHOO.util.DataSourceBase", "name": "DataSource.Parser", "url": "YAHOO.util.DataSourceBase.html#property_DataSource.Parser", "type": "property"}, {"access": "", "host": "YAHOO.util.DataSourceBase", "name": "dataType", "url": "YAHOO.util.DataSourceBase.html#property_dataType", "type": "property"}, {"access": "", "host": "YAHOO.util.DataSourceBase", "name": "doBeforeCallback", "url": "YAHOO.util.DataSourceBase.html#method_doBeforeCallback", "type": "method"}, {"access": "", "host": "YAHOO.util.ScriptNodeDataSource", "name": "doBeforeGetScriptNode", "url": "YAHOO.util.ScriptNodeDataSource.html#method_doBeforeGetScriptNode", "type": "method"}, {"access": "", "host": "YAHOO.util.DataSourceBase", "name": "doBeforeParseData", "url": "YAHOO.util.DataSourceBase.html#method_doBeforeParseData", "type": "method"}, {"access": "", "host": "YAHOO.util.DataSourceBase", "name": "ERROR_DATAINVALID", "url": "YAHOO.util.DataSourceBase.html#property_ERROR_DATAINVALID", "type": "property"}, {"access": "", "host": "YAHOO.util.DataSourceBase", "name": "ERROR_DATANULL", "url": "YAHOO.util.DataSourceBase.html#property_ERROR_DATANULL", "type": "property"}, {"access": "", "host": "YAHOO.util.DataSourceBase", "name": "flushCache", "url": "YAHOO.util.DataSourceBase.html#method_flushCache", "type": "method"}, {"access": "", "host": "YAHOO.util.ScriptNodeDataSource", "name": "generateRequestCallback", "url": "YAHOO.util.ScriptNodeDataSource.html#method_generateRequestCallback", "type": "method"}, {"access": "", "host": "YAHOO.util.DataSourceBase", "name": "getCachedResponse", "url": "YAHOO.util.DataSourceBase.html#method_getCachedResponse", "type": "method"}, {"access": "private", "host": "YAHOO.util.DataSourceBase", "name": "_getLocationValue", "url": "YAHOO.util.DataSourceBase.html#method__getLocationValue", "type": "method"}, {"access": "", "host": "YAHOO.util.ScriptNodeDataSource", "name": "getUtility", "url": "YAHOO.util.ScriptNodeDataSource.html#property_getUtility", "type": "property"}, {"access": "", "host": "YAHOO.util.DataSourceBase", "name": "handleResponse", "url": "YAHOO.util.DataSourceBase.html#method_handleResponse", "type": "method"}, {"access": "", "host": "YAHOO.util.DataSourceBase", "name": "isCacheHit", "url": "YAHOO.util.DataSourceBase.html#method_isCacheHit", "type": "method"}, {"access": "", "host": "YAHOO.util.DataSourceBase", "name": "issueCallback", "url": "YAHOO.util.DataSourceBase.html#method_issueCallback", "type": "method"}, {"access": "", "host": "YAHOO.util.DataSourceBase", "name": "liveData", "url": "YAHOO.util.DataSourceBase.html#property_liveData", "type": "property"}, {"access": "", "host": "YAHOO.util.DataSourceBase", "name": "makeConnection", "url": "YAHOO.util.DataSourceBase.html#method_makeConnection", "type": "method"}, {"access": "", "host": "YAHOO.util.FunctionDataSource", "name": "makeConnection", "url": "YAHOO.util.FunctionDataSource.html#method_makeConnection", "type": "method"}, {"access": "", "host": "YAHOO.util.ScriptNodeDataSource", "name": "makeConnection", "url": "YAHOO.util.ScriptNodeDataSource.html#method_makeConnection", "type": "method"}, {"access": "", "host": "YAHOO.util.XHRDataSource", "name": "makeConnection", "url": "YAHOO.util.XHRDataSource.html#method_makeConnection", "type": "method"}, {"access": "", "host": "YAHOO.util.DataSourceBase", "name": "maxCacheEntries", "url": "YAHOO.util.DataSourceBase.html#property_maxCacheEntries", "type": "property"}, {"access": "private", "host": "YAHOO.util.ScriptNodeDataSource", "name": "_nId", "url": "YAHOO.util.ScriptNodeDataSource.html#property__nId", "type": "property"}, {"access": "private", "host": "YAHOO.util.ScriptNodeDataSource", "name": "_nPending", "url": "YAHOO.util.ScriptNodeDataSource.html#property__nPending", "type": "property"}, {"access": "private", "host": "YAHOO.util.DataSourceBase", "name": "_oQueue", "url": "YAHOO.util.DataSourceBase.html#property__oQueue", "type": "property"}, {"access": "", "host": "YAHOO.util.DataSourceBase", "name": "parseArrayData", "url": "YAHOO.util.DataSourceBase.html#method_parseArrayData", "type": "method"}, {"access": "", "host": "YAHOO.util.DataSourceBase", "name": "parseData", "url": "YAHOO.util.DataSourceBase.html#method_parseData", "type": "method"}, {"access": "", "host": "YAHOO.util.DataSourceBase", "name": "parseHTMLTableData", "url": "YAHOO.util.DataSourceBase.html#method_parseHTMLTableData", "type": "method"}, {"access": "", "host": "YAHOO.util.DataSourceBase", "name": "parseJSONArgs", "url": "YAHOO.util.DataSourceBase.html#property_parseJSONArgs", "type": "property"}, {"access": "", "host": "YAHOO.util.DataSourceBase", "name": "parseJSONData", "url": "YAHOO.util.DataSourceBase.html#method_parseJSONData", "type": "method"}, {"access": "", "host": "YAHOO.util.DataSourceBase", "name": "parseTextData", "url": "YAHOO.util.DataSourceBase.html#method_parseTextData", "type": "method"}, {"access": "", "host": "YAHOO.util.DataSourceBase", "name": "parseXMLData", "url": "YAHOO.util.DataSourceBase.html#method_parseXMLData", "type": "method"}, {"access": "", "host": "YAHOO.util.DataSourceBase", "name": "parseXMLResult", "url": "YAHOO.util.DataSourceBase.html#method_parseXMLResult", "type": "method"}, {"access": "", "host": "YAHOO.util.DataSourceBase", "name": "requestEvent", "url": "YAHOO.util.DataSourceBase.html#event_requestEvent", "type": "event"}, {"access": "", "host": "YAHOO.util.DataSourceBase", "name": "responseCacheEvent", "url": "YAHOO.util.DataSourceBase.html#event_responseCacheEvent", "type": "event"}, {"access": "", "host": "YAHOO.util.DataSourceBase", "name": "responseEvent", "url": "YAHOO.util.DataSourceBase.html#event_responseEvent", "type": "event"}, {"access": "", "host": "YAHOO.util.DataSourceBase", "name": "responseParseEvent", "url": "YAHOO.util.DataSourceBase.html#event_responseParseEvent", "type": "event"}, {"access": "", "host": "YAHOO.util.DataSourceBase", "name": "responseSchema", "url": "YAHOO.util.DataSourceBase.html#property_responseSchema", "type": "property"}, {"access": "", "host": "YAHOO.util.DataSourceBase", "name": "responseType", "url": "YAHOO.util.DataSourceBase.html#property_responseType", "type": "property"}, {"access": "", "host": "YAHOO.util.FunctionDataSource", "name": "scope", "url": "YAHOO.util.FunctionDataSource.html#property_scope", "type": "property"}, {"access": "", "host": "YAHOO.util.ScriptNodeDataSource", "name": "scriptCallbackParam", "url": "YAHOO.util.ScriptNodeDataSource.html#property_scriptCallbackParam", "type": "property"}, {"access": "", "host": "YAHOO.util.DataSourceBase", "name": "sendRequest", "url": "YAHOO.util.DataSourceBase.html#method_sendRequest", "type": "method"}, {"access": "", "host": "YAHOO.util.DataSourceBase", "name": "setInterval", "url": "YAHOO.util.DataSourceBase.html#method_setInterval", "type": "method"}, {"access": "private", "host": "YAHOO.util.DataSourceBase", "name": "_sName", "url": "YAHOO.util.DataSourceBase.html#property__sName", "type": "property"}, {"access": "", "host": "YAHOO.util.DataSourceBase", "name": "toString", "url": "YAHOO.util.DataSourceBase.html#method_toString", "type": "method"}, {"access": "", "host": "YAHOO.util.DataSourceBase", "name": "TYPE_HTMLTABLE", "url": "YAHOO.util.DataSourceBase.html#property_TYPE_HTMLTABLE", "type": "property"}, {"access": "", "host": "YAHOO.util.DataSourceBase", "name": "TYPE_JSARRAY", "url": "YAHOO.util.DataSourceBase.html#property_TYPE_JSARRAY", "type": "property"}, {"access": "", "host": "YAHOO.util.DataSourceBase", "name": "TYPE_JSFUNCTION", "url": "YAHOO.util.DataSourceBase.html#property_TYPE_JSFUNCTION", "type": "property"}, {"access": "", "host": "YAHOO.util.DataSourceBase", "name": "TYPE_JSON", "url": "YAHOO.util.DataSourceBase.html#property_TYPE_JSON", "type": "property"}, {"access": "", "host": "YAHOO.util.DataSourceBase", "name": "TYPE_LOCAL", "url": "YAHOO.util.DataSourceBase.html#property_TYPE_LOCAL", "type": "property"}, {"access": "", "host": "YAHOO.util.DataSourceBase", "name": "TYPE_SCRIPTNODE", "url": "YAHOO.util.DataSourceBase.html#property_TYPE_SCRIPTNODE", "type": "property"}, {"access": "", "host": "YAHOO.util.DataSourceBase", "name": "TYPE_TEXT", "url": "YAHOO.util.DataSourceBase.html#property_TYPE_TEXT", "type": "property"}, {"access": "", "host": "YAHOO.util.DataSourceBase", "name": "TYPE_UNKNOWN", "url": "YAHOO.util.DataSourceBase.html#property_TYPE_UNKNOWN", "type": "property"}, {"access": "", "host": "YAHOO.util.DataSourceBase", "name": "TYPE_XHR", "url": "YAHOO.util.DataSourceBase.html#property_TYPE_XHR", "type": "property"}, {"access": "", "host": "YAHOO.util.DataSourceBase", "name": "TYPE_XML", "url": "YAHOO.util.DataSourceBase.html#property_TYPE_XML", "type": "property"}, {"access": "", "host": "YAHOO.util.DataSourceBase", "name": "useXPath", "url": "YAHOO.util.DataSourceBase.html#property_useXPath", "type": "property"}, {"access": "private", "host": "YAHOO.util.XHRDataSource", "name": "_xhrCallback", "url": "YAHOO.util.XHRDataSource.html#property__xhrCallback", "type": "property"}, {"access": "private", "host": "YAHOO.util.XHRDataSource", "name": "_xhrFailure", "url": "YAHOO.util.XHRDataSource.html#method__xhrFailure", "type": "method"}, {"access": "private", "host": "YAHOO.util.XHRDataSource", "name": "_xhrSuccess", "url": "YAHOO.util.XHRDataSource.html#method__xhrSuccess", "type": "method"}];
|
|
</script>
|
|
</body>
|
|
</html>
|