src/cm/media/js/lib/yui/yui3.0.0/api/DataSchema.JSON.html
changeset 0 40c8f766c9b8
equal deleted inserted replaced
-1:000000000000 0:40c8f766c9b8
       
     1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
       
     2 <html xmlns:yui="http://yuilibrary.com/rdf/1.0/yui.rdf#">
       
     3 <head>
       
     4     <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
       
     5 	<title>API: dataschema  DataSchema.JSON   (YUI Library)</title>
       
     6 
       
     7 	<link rel="stylesheet" type="text/css" href="assets/reset-fonts-grids-min.css" />
       
     8 	<link rel="stylesheet" type="text/css" href="assets/api.css" />
       
     9 
       
    10     <script type="text/javascript" src="assets/api-js"></script>
       
    11     <script type="text/javascript" src="assets/ac-js"></script>
       
    12 </head>
       
    13 
       
    14 <body id="yahoo-com">
       
    15 
       
    16 <div id="doc3" class="yui-t2">
       
    17 	<div id="hd">
       
    18         <h1><a href="http://developer.yahoo.com/yui/" title="Yahoo! UI Library">Yahoo! UI Library</a></h1>
       
    19         <h3>dataschema&nbsp; <span class="subtitle">3.0.0</span></h3>
       
    20         <a href="./index.html" title="Yahoo! UI Library">Yahoo! UI Library</a> 
       
    21             &gt; <a href="./module_dataschema.html" title="dataschema">dataschema</a>
       
    22                  &gt; DataSchema.JSON 
       
    23                 
       
    24         <form onsubmit="return false">
       
    25             <div id="propertysearch">
       
    26                 Search: <input autocomplete="off" id="searchinput" />
       
    27                 <div id="searchresults">
       
    28                     &nbsp;
       
    29                 </div>
       
    30             </div>
       
    31         </form>
       
    32 	</div>
       
    33 
       
    34 	<div id="bd">
       
    35 		<div id="yui-main">
       
    36 			<div class="yui-b">
       
    37             <form action="#" name="yui-classopts-form" method="get" id="yui-classopts-form">
       
    38                 <fieldset>
       
    39                     <legend>Filters</legend>
       
    40                 <span class="classopts"><input type="checkbox" name="show_private" id="show_private" /> <label for="show_private">Show Private</label></span>
       
    41                 <span class="classopts"><input type="checkbox" name="show_protected" id="show_protected" /> <label for="show_protected">Show Protected</label></span>
       
    42                 <span class="classopts"><input type="checkbox" name="show_deprecated" id="show_deprecated" /> <label for="show_deprecated">Show Deprecated</label></span>
       
    43                 </fieldset>
       
    44             </form>
       
    45 
       
    46                     <h2>
       
    47                         
       
    48 
       
    49                         <code>static</code>
       
    50                         
       
    51                             Class <b property="yui:name">DataSchema.JSON</b>
       
    52                         <span class="extends">
       
    53                            - extends <a href="DataSchema.Base.html" title="DataSchema.Base">DataSchema.Base</a>
       
    54                         </span>
       
    55 
       
    56                     </h2>
       
    57                     <!-- class tree goes here -->
       
    58                     
       
    59                 
       
    60   
       
    61 
       
    62                     <div class="summary description" property="yui:description">
       
    63                         JSON subclass for the DataSchema Utility.
       
    64                     </div>
       
    65 
       
    66                     
       
    67                     <div rel="yui:properties" resource="#properties">
       
    68 
       
    69                     </div>
       
    70 
       
    71                     <div rel="yui:methods" resource="#methods">
       
    72                         <div class="section method details">
       
    73                             <h3 id="methods">Methods</h3>
       
    74                             <div class="content">
       
    75                                     <div class="protected" rel="yui:method" resource="#method__getFieldValues">
       
    76                                     <h4>
       
    77                                         <a name="method__getFieldValues">_getFieldValues</a></h4>
       
    78                                     <div class="detail" >
       
    79                                         <code>
       
    80                                          protected 
       
    81                                          static 
       
    82                                         
       
    83                                         Object
       
    84                                             <strong property="yui:name">_getFieldValues</strong>
       
    85                                            (
       
    86                                                 
       
    87                                                         
       
    88                                                          fields
       
    89                                                     
       
    90                                                 
       
    91                                                         , 
       
    92                                                          array_in
       
    93                                                     
       
    94                                                 
       
    95                                                         , 
       
    96                                                          data_out
       
    97                                                     
       
    98                                                 
       
    99                                             )
       
   100                                         </code>
       
   101                                         
       
   102                                         <div class="description" property="yui:description">
       
   103                                             Get field data values out of list of full results
       
   104                                         </div>
       
   105 
       
   106                                         <div class="description">
       
   107 
       
   108                                                 <dl rel="yui:parameters">
       
   109                                                     <dt>Parameters:</dt>
       
   110                                                         <dd rel="yui:parameter">
       
   111                                                         <code><span property="yui:name">fields</span>
       
   112                                                         &lt;<span property="yui:type">Array</span>&gt;
       
   113                                                         </code>
       
   114                                                         <span property="yui:description">  Fields to find.</span>
       
   115                                                         </dd>
       
   116                                                         <dd rel="yui:parameter">
       
   117                                                         <code><span property="yui:name">array_in</span>
       
   118                                                         &lt;<span property="yui:type">Array</span>&gt;
       
   119                                                         </code>
       
   120                                                         <span property="yui:description">  Results to parse.</span>
       
   121                                                         </dd>
       
   122                                                         <dd rel="yui:parameter">
       
   123                                                         <code><span property="yui:name">data_out</span>
       
   124                                                         &lt;<span property="yui:type">Object</span>&gt;
       
   125                                                         </code>
       
   126                                                         <span property="yui:description">  In-progress parsed data to update.</span>
       
   127                                                         </dd>
       
   128                                                 </dl>
       
   129 
       
   130                                                 <dl>
       
   131                                                     <dt>Returns:
       
   132                                                     <code property="yui:return">
       
   133                                                             Object
       
   134                                                     </code></dt>
       
   135                                                     <dd property="yui:returnInfo">Parsed data object.</dd>
       
   136                                                 </dl>
       
   137 
       
   138 
       
   139              
       
   140 
       
   141                                         </div>
       
   142 
       
   143                                     </div>
       
   144                                     <hr />
       
   145                                     </div>
       
   146                                     <div class="protected" rel="yui:method" resource="#method__parseMeta">
       
   147                                     <h4>
       
   148                                         <a name="method__parseMeta">_parseMeta</a></h4>
       
   149                                     <div class="detail" >
       
   150                                         <code>
       
   151                                          protected 
       
   152                                          static 
       
   153                                         
       
   154                                         Object
       
   155                                             <strong property="yui:name">_parseMeta</strong>
       
   156                                            (
       
   157                                                 
       
   158                                                         
       
   159                                                          metaFields
       
   160                                                     
       
   161                                                 
       
   162                                                         , 
       
   163                                                          json_in
       
   164                                                     
       
   165                                                 
       
   166                                                         , 
       
   167                                                          data_out
       
   168                                                     
       
   169                                                 
       
   170                                             )
       
   171                                         </code>
       
   172                                         
       
   173                                         <div class="description" property="yui:description">
       
   174                                             Parses results data according to schema
       
   175                                         </div>
       
   176 
       
   177                                         <div class="description">
       
   178 
       
   179                                                 <dl rel="yui:parameters">
       
   180                                                     <dt>Parameters:</dt>
       
   181                                                         <dd rel="yui:parameter">
       
   182                                                         <code><span property="yui:name">metaFields</span>
       
   183                                                         &lt;<span property="yui:type">Object</span>&gt;
       
   184                                                         </code>
       
   185                                                         <span property="yui:description">  Metafields definitions.</span>
       
   186                                                         </dd>
       
   187                                                         <dd rel="yui:parameter">
       
   188                                                         <code><span property="yui:name">json_in</span>
       
   189                                                         &lt;<span property="yui:type">Object</span>&gt;
       
   190                                                         </code>
       
   191                                                         <span property="yui:description">  JSON to parse.</span>
       
   192                                                         </dd>
       
   193                                                         <dd rel="yui:parameter">
       
   194                                                         <code><span property="yui:name">data_out</span>
       
   195                                                         &lt;<span property="yui:type">Object</span>&gt;
       
   196                                                         </code>
       
   197                                                         <span property="yui:description">  In-progress parsed data to update.</span>
       
   198                                                         </dd>
       
   199                                                 </dl>
       
   200 
       
   201                                                 <dl>
       
   202                                                     <dt>Returns:
       
   203                                                     <code property="yui:return">
       
   204                                                             Object
       
   205                                                     </code></dt>
       
   206                                                     <dd property="yui:returnInfo">Schema-parsed meta data.</dd>
       
   207                                                 </dl>
       
   208 
       
   209 
       
   210              
       
   211 
       
   212                                         </div>
       
   213 
       
   214                                     </div>
       
   215                                     <hr />
       
   216                                     </div>
       
   217                                     <div class="protected" rel="yui:method" resource="#method__parseResults">
       
   218                                     <h4>
       
   219                                         <a name="method__parseResults">_parseResults</a></h4>
       
   220                                     <div class="detail" >
       
   221                                         <code>
       
   222                                          protected 
       
   223                                          static 
       
   224                                         
       
   225                                         Object
       
   226                                             <strong property="yui:name">_parseResults</strong>
       
   227                                            (
       
   228                                                 
       
   229                                                         
       
   230                                                          schema
       
   231                                                     
       
   232                                                 
       
   233                                                         , 
       
   234                                                          json_in
       
   235                                                     
       
   236                                                 
       
   237                                                         , 
       
   238                                                          data_out
       
   239                                                     
       
   240                                                 
       
   241                                             )
       
   242                                         </code>
       
   243                                         
       
   244                                         <div class="description" property="yui:description">
       
   245                                             Schema-parsed list of results from full data
       
   246                                         </div>
       
   247 
       
   248                                         <div class="description">
       
   249 
       
   250                                                 <dl rel="yui:parameters">
       
   251                                                     <dt>Parameters:</dt>
       
   252                                                         <dd rel="yui:parameter">
       
   253                                                         <code><span property="yui:name">schema</span>
       
   254                                                         &lt;<span property="yui:type">Object</span>&gt;
       
   255                                                         </code>
       
   256                                                         <span property="yui:description">  Schema to parse against.</span>
       
   257                                                         </dd>
       
   258                                                         <dd rel="yui:parameter">
       
   259                                                         <code><span property="yui:name">json_in</span>
       
   260                                                         &lt;<span property="yui:type">Object</span>&gt;
       
   261                                                         </code>
       
   262                                                         <span property="yui:description">  JSON to parse.</span>
       
   263                                                         </dd>
       
   264                                                         <dd rel="yui:parameter">
       
   265                                                         <code><span property="yui:name">data_out</span>
       
   266                                                         &lt;<span property="yui:type">Object</span>&gt;
       
   267                                                         </code>
       
   268                                                         <span property="yui:description">  In-progress parsed data to update.</span>
       
   269                                                         </dd>
       
   270                                                 </dl>
       
   271 
       
   272                                                 <dl>
       
   273                                                     <dt>Returns:
       
   274                                                     <code property="yui:return">
       
   275                                                             Object
       
   276                                                     </code></dt>
       
   277                                                     <dd property="yui:returnInfo">Parsed data object.</dd>
       
   278                                                 </dl>
       
   279 
       
   280 
       
   281              
       
   282 
       
   283                                         </div>
       
   284 
       
   285                                     </div>
       
   286                                     <hr />
       
   287                                     </div>
       
   288                                     <div class="" rel="yui:method" resource="#method_apply">
       
   289                                     <h4>
       
   290                                         <a name="method_apply">apply</a></h4>
       
   291                                     <div class="detail" >
       
   292                                         <code>
       
   293                                         
       
   294                                          static 
       
   295                                         
       
   296                                         Object
       
   297                                             <strong property="yui:name">apply</strong>
       
   298                                            (
       
   299                                                 
       
   300                                                         
       
   301                                                          schema
       
   302                                                     
       
   303                                                 
       
   304                                                         , 
       
   305                                                          data
       
   306                                                     
       
   307                                                 
       
   308                                             )
       
   309                                         </code>
       
   310                                         
       
   311                                         <div class="description" property="yui:description">
       
   312                                             Applies a given schema to given JSON data.
       
   313                                         </div>
       
   314 
       
   315                                         <div class="description">
       
   316 
       
   317                                                 <dl rel="yui:parameters">
       
   318                                                     <dt>Parameters:</dt>
       
   319                                                         <dd rel="yui:parameter">
       
   320                                                         <code><span property="yui:name">schema</span>
       
   321                                                         &lt;<span property="yui:type">Object</span>&gt;
       
   322                                                         </code>
       
   323                                                         <span property="yui:description">  Schema to apply.</span>
       
   324                                                         </dd>
       
   325                                                         <dd rel="yui:parameter">
       
   326                                                         <code><span property="yui:name">data</span>
       
   327                                                         &lt;<span property="yui:type">Object</span>&gt;
       
   328                                                         </code>
       
   329                                                         <span property="yui:description">  JSON data.</span>
       
   330                                                         </dd>
       
   331                                                 </dl>
       
   332 
       
   333                                                 <dl>
       
   334                                                     <dt>Returns:
       
   335                                                     <code property="yui:return">
       
   336                                                             Object
       
   337                                                     </code></dt>
       
   338                                                     <dd property="yui:returnInfo">Schema-parsed data.</dd>
       
   339                                                 </dl>
       
   340 
       
   341 
       
   342              
       
   343 
       
   344                                         </div>
       
   345 
       
   346                                     </div>
       
   347                                     <hr />
       
   348                                     </div>
       
   349                                     <div class="" rel="yui:method" resource="#method_DataSchema.JSON.getLocationValue">
       
   350                                     <h4>
       
   351                                         <a name="method_DataSchema.JSON.getLocationValue">DataSchema.JSON.getLocationValue</a></h4>
       
   352                                     <div class="detail" >
       
   353                                         <code>
       
   354                                         
       
   355                                          static 
       
   356                                         
       
   357                                         Object
       
   358                                             <strong property="yui:name">DataSchema.JSON.getLocationValue</strong>
       
   359                                            (
       
   360                                                 
       
   361                                                         
       
   362                                                          path
       
   363                                                     
       
   364                                                 
       
   365                                                         , 
       
   366                                                          data
       
   367                                                     
       
   368                                                 
       
   369                                             )
       
   370                                         </code>
       
   371                                         
       
   372                                         <div class="description" property="yui:description">
       
   373                                             Utility function to walk a path and return the value located there.
       
   374                                         </div>
       
   375 
       
   376                                         <div class="description">
       
   377 
       
   378                                                 <dl rel="yui:parameters">
       
   379                                                     <dt>Parameters:</dt>
       
   380                                                         <dd rel="yui:parameter">
       
   381                                                         <code><span property="yui:name">path</span>
       
   382                                                         &lt;<span property="yui:type">String[]</span>&gt;
       
   383                                                         </code>
       
   384                                                         <span property="yui:description">  Locator path.</span>
       
   385                                                         </dd>
       
   386                                                         <dd rel="yui:parameter">
       
   387                                                         <code><span property="yui:name">data</span>
       
   388                                                         &lt;<span property="yui:type">String</span>&gt;
       
   389                                                         </code>
       
   390                                                         <span property="yui:description">  Data to traverse.</span>
       
   391                                                         </dd>
       
   392                                                 </dl>
       
   393 
       
   394                                                 <dl>
       
   395                                                     <dt>Returns:
       
   396                                                     <code property="yui:return">
       
   397                                                             Object
       
   398                                                     </code></dt>
       
   399                                                     <dd property="yui:returnInfo">Data value at location.</dd>
       
   400                                                 </dl>
       
   401 
       
   402 
       
   403              
       
   404 
       
   405                                         </div>
       
   406 
       
   407                                     </div>
       
   408                                     <hr />
       
   409                                     </div>
       
   410                                     <div class="" rel="yui:method" resource="#method_DataSchema.JSON.getPath">
       
   411                                     <h4>
       
   412                                         <a name="method_DataSchema.JSON.getPath">DataSchema.JSON.getPath</a></h4>
       
   413                                     <div class="detail" >
       
   414                                         <code>
       
   415                                         
       
   416                                          static 
       
   417                                         
       
   418                                         String[]
       
   419                                             <strong property="yui:name">DataSchema.JSON.getPath</strong>
       
   420                                            (
       
   421                                                 
       
   422                                                         
       
   423                                                          locator
       
   424                                                     
       
   425                                                 
       
   426                                             )
       
   427                                         </code>
       
   428                                         
       
   429                                         <div class="description" property="yui:description">
       
   430                                             Utility function converts JSON locator strings into walkable paths
       
   431                                         </div>
       
   432 
       
   433                                         <div class="description">
       
   434 
       
   435                                                 <dl rel="yui:parameters">
       
   436                                                     <dt>Parameters:</dt>
       
   437                                                         <dd rel="yui:parameter">
       
   438                                                         <code><span property="yui:name">locator</span>
       
   439                                                         &lt;<span property="yui:type">String</span>&gt;
       
   440                                                         </code>
       
   441                                                         <span property="yui:description">  JSON value locator.</span>
       
   442                                                         </dd>
       
   443                                                 </dl>
       
   444 
       
   445                                                 <dl>
       
   446                                                     <dt>Returns:
       
   447                                                     <code property="yui:return">
       
   448                                                             String[]
       
   449                                                     </code></dt>
       
   450                                                     <dd property="yui:returnInfo">Walkable path to data value.</dd>
       
   451                                                 </dl>
       
   452 
       
   453 
       
   454              
       
   455 
       
   456                                         </div>
       
   457 
       
   458                                     </div>
       
   459                                     <hr />
       
   460                                     </div>
       
   461                             </div>
       
   462                         </div>
       
   463 
       
   464                         <div rel="yui:inheritance">                    
       
   465                             <div class="section field inheritance" rel="yui:superclass"  resource="DataSchema.Base.html">
       
   466                                 <h4>Methods inherited from <a href="DataSchema.Base.html" property="yui:name" title="DataSchema.Base">DataSchema.Base</a>:</h4>
       
   467                                 <div class="content" rel="yui:methods">
       
   468                                     <code>
       
   469                                             <span rel="yui:method" resource="DataSchema.Base.html#method_parse">                                        
       
   470                                             <a class="" href="DataSchema.Base.html#method_parse" property="yui:name" title="parse">parse</a>
       
   471                                             </span>
       
   472                                     </code>
       
   473                                 </div>
       
   474                             </div>
       
   475                         </div>
       
   476                     </div>
       
   477 
       
   478                     <div rel="yui:events" resource="#events">
       
   479 
       
   480 
       
   481                     </div>
       
   482 
       
   483                     <div rel="yui:attributes" resource="#configattributes">
       
   484 
       
   485                     </div>
       
   486 
       
   487 			</div>
       
   488 		</div>
       
   489 		<div class="yui-b">
       
   490             <div class="nav">
       
   491 
       
   492                     <div id="moduleList" class="module">
       
   493                         <h4>Modules</h4>
       
   494                         <ul class="content">
       
   495                                 <li class=""><a href="module_anim.html" title="anim">anim</a></li>
       
   496                                 <li class=""><a href="module_async-queue.html" title="async-queue">async-queue</a></li>
       
   497                                 <li class=""><a href="module_attribute.html" title="attribute">attribute</a></li>
       
   498                                 <li class=""><a href="module_base.html" title="base">base</a></li>
       
   499                                 <li class=""><a href="module_cache.html" title="cache">cache</a></li>
       
   500                                 <li class=""><a href="module_classnamemanager.html" title="classnamemanager">classnamemanager</a></li>
       
   501                                 <li class=""><a href="module_collection.html" title="collection">collection</a></li>
       
   502                                 <li class=""><a href="module_console.html" title="console">console</a></li>
       
   503                                 <li class=""><a href="module_console-filters.html" title="console-filters">console-filters</a></li>
       
   504                                 <li class=""><a href="module_cookie.html" title="cookie">cookie</a></li>
       
   505                                 <li class="selected"><a href="module_dataschema.html" title="dataschema">dataschema</a></li>
       
   506                                 <li class=""><a href="module_datasource.html" title="datasource">datasource</a></li>
       
   507                                 <li class=""><a href="module_datatype.html" title="datatype">datatype</a></li>
       
   508                                 <li class=""><a href="module_dd.html" title="dd">dd</a></li>
       
   509                                 <li class=""><a href="module_dom.html" title="dom">dom</a></li>
       
   510                                 <li class=""><a href="module_dump.html" title="dump">dump</a></li>
       
   511                                 <li class=""><a href="module_event.html" title="event">event</a></li>
       
   512                                 <li class=""><a href="module_event-custom.html" title="event-custom">event-custom</a></li>
       
   513                                 <li class=""><a href="module_event-simulate.html" title="event-simulate">event-simulate</a></li>
       
   514                                 <li class=""><a href="module_history.html" title="history">history</a></li>
       
   515                                 <li class=""><a href="module_imageloader.html" title="imageloader">imageloader</a></li>
       
   516                                 <li class=""><a href="module_io.html" title="io">io</a></li>
       
   517                                 <li class=""><a href="module_json.html" title="json">json</a></li>
       
   518                                 <li class=""><a href="module_node.html" title="node">node</a></li>
       
   519                                 <li class=""><a href="module_node-focusmanager.html" title="node-focusmanager">node-focusmanager</a></li>
       
   520                                 <li class=""><a href="module_node-menunav.html" title="node-menunav">node-menunav</a></li>
       
   521                                 <li class=""><a href="module_oop.html" title="oop">oop</a></li>
       
   522                                 <li class=""><a href="module_overlay.html" title="overlay">overlay</a></li>
       
   523                                 <li class=""><a href="module_plugin.html" title="plugin">plugin</a></li>
       
   524                                 <li class=""><a href="module_profiler.html" title="profiler">profiler</a></li>
       
   525                                 <li class=""><a href="module_queue-promote.html" title="queue-promote">queue-promote</a></li>
       
   526                                 <li class=""><a href="module_slider.html" title="slider">slider</a></li>
       
   527                                 <li class=""><a href="module_stylesheet.html" title="stylesheet">stylesheet</a></li>
       
   528                                 <li class=""><a href="module_substitute.html" title="substitute">substitute</a></li>
       
   529                                 <li class=""><a href="module_test.html" title="test">test</a></li>
       
   530                                 <li class=""><a href="module_widget.html" title="widget">widget</a></li>
       
   531                                 <li class=""><a href="module_widget-position.html" title="widget-position">widget-position</a></li>
       
   532                                 <li class=""><a href="module_widget-position-ext.html" title="widget-position-ext">widget-position-ext</a></li>
       
   533                                 <li class=""><a href="module_widget-stack.html" title="widget-stack">widget-stack</a></li>
       
   534                                 <li class=""><a href="module_widget-stdmod.html" title="widget-stdmod">widget-stdmod</a></li>
       
   535                                 <li class=""><a href="module_yui.html" title="yui">yui</a></li>
       
   536                         </ul>
       
   537                     </div>
       
   538 
       
   539                     <div id="classList" class="module">
       
   540                         <h4>Classes</h4>
       
   541                         <ul class="content">
       
   542                                 <li class=""><a href="DataSchema.Array.html" title="DataSchema.Array">DataSchema.Array</a></li>
       
   543                                 <li class=""><a href="DataSchema.Base.html" title="DataSchema.Base">DataSchema.Base</a></li>
       
   544                                 <li class="selected"><a href="DataSchema.JSON.html" title="DataSchema.JSON">DataSchema.JSON</a></li>
       
   545                                 <li class=""><a href="DataSchema.Text.html" title="DataSchema.Text">DataSchema.Text</a></li>
       
   546                                 <li class=""><a href="DataSchema.XML.html" title="DataSchema.XML">DataSchema.XML</a></li>
       
   547                         </ul>
       
   548                     </div>
       
   549 
       
   550                     <div id="fileList" class="module">
       
   551                         <h4>Files</h4>
       
   552                         <ul class="content">        
       
   553                                 <li class=""><a href="dataschema-array.js.html" title="dataschema-array.js">dataschema-array.js</a></li>
       
   554                                 <li class=""><a href="dataschema-base.js.html" title="dataschema-base.js">dataschema-base.js</a></li>
       
   555                                 <li class=""><a href="dataschema-json.js.html" title="dataschema-json.js">dataschema-json.js</a></li>
       
   556                                 <li class=""><a href="dataschema-text.js.html" title="dataschema-text.js">dataschema-text.js</a></li>
       
   557                                 <li class=""><a href="dataschema-xml.js.html" title="dataschema-xml.js">dataschema-xml.js</a></li>
       
   558                         </ul>
       
   559                     </div>
       
   560 
       
   561 
       
   562                     <div id="methodsList" class="module">
       
   563                         <h4>Methods</h4>
       
   564                         <ul class="content">        
       
   565                                 <li class="protected"><a href="#method__getFieldValues" title="_getFieldValues">_getFieldValues</a></li>
       
   566                                 <li class="protected"><a href="#method__parseMeta" title="_parseMeta">_parseMeta</a></li>
       
   567                                 <li class="protected"><a href="#method__parseResults" title="_parseResults">_parseResults</a></li>
       
   568                                 <li class=""><a href="#method_apply" title="apply">apply</a></li>
       
   569                                 <li class=""><a href="#method_DataSchema.JSON.getLocationValue" title="DataSchema.JSON.getLocationValue">DataSchema.JSON.getLocationValue</a></li>
       
   570                                 <li class=""><a href="#method_DataSchema.JSON.getPath" title="DataSchema.JSON.getPath">DataSchema.JSON.getPath</a></li>
       
   571                         </ul>
       
   572                     </div>
       
   573 
       
   574 
       
   575 
       
   576             </div>
       
   577 		</div>
       
   578 	</div>
       
   579 	<div id="ft">
       
   580         <hr />
       
   581         Copyright &copy; 2009 Yahoo! Inc. All rights reserved.
       
   582 	</div>
       
   583 </div>
       
   584 <script type="text/javascript">
       
   585     ALL_YUI_PROPS = [{"access": "", "host": "DataSchema.Text", "name": "apply", "url": "DataSchema.Text.html#method_apply", "type": "method"}, {"access": "", "host": "DataSchema.XML", "name": "apply", "url": "DataSchema.XML.html#method_apply", "type": "method"}, {"access": "", "host": "DataSchema.JSON", "name": "apply", "url": "DataSchema.JSON.html#method_apply", "type": "method"}, {"access": "", "host": "DataSchema.JSON", "name": "DataSchema.JSON.getLocationValue", "url": "DataSchema.JSON.html#method_DataSchema.JSON.getLocationValue", "type": "method"}, {"access": "", "host": "DataSchema.JSON", "name": "DataSchema.JSON.getPath", "url": "DataSchema.JSON.html#method_DataSchema.JSON.getPath", "type": "method"}, {"access": "protected", "host": "DataSchema.JSON", "name": "_getFieldValues", "url": "DataSchema.JSON.html#method__getFieldValues", "type": "method"}, {"access": "protected", "host": "DataSchema.XML", "name": "_getLocationValue", "url": "DataSchema.XML.html#method__getLocationValue", "type": "method"}, {"access": "protected", "host": "DataSchema.XML", "name": "_parseMeta", "url": "DataSchema.XML.html#method__parseMeta", "type": "method"}, {"access": "protected", "host": "DataSchema.JSON", "name": "_parseMeta", "url": "DataSchema.JSON.html#method__parseMeta", "type": "method"}, {"access": "protected", "host": "DataSchema.Text", "name": "_parseResults", "url": "DataSchema.Text.html#method__parseResults", "type": "method"}, {"access": "protected", "host": "DataSchema.XML", "name": "_parseResults", "url": "DataSchema.XML.html#method__parseResults", "type": "method"}, {"access": "protected", "host": "DataSchema.JSON", "name": "_parseResults", "url": "DataSchema.JSON.html#method__parseResults", "type": "method"}];
       
   586 </script>
       
   587 </body>
       
   588 </html>