|
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 (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 <span class="subtitle">3.0.0b1</span></h3> |
|
20 <a href="./index.html" title="Yahoo! UI Library">Yahoo! UI Library</a> |
|
21 > <a href="./module_dataschema.html" title="dataschema">dataschema</a> |
|
22 |
|
23 |
|
24 <form onsubmit="return false"> |
|
25 <div id="propertysearch"> |
|
26 Search: <input autocomplete="off" id="searchinput" /> |
|
27 <div id="searchresults"> |
|
28 |
|
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 |
|
47 <h3>Module: dataschema |
|
48 |
|
49 |
|
50 |
|
51 </h3> |
|
52 <div class="description summary"> |
|
53 The DataSchema utility provides a common configurable interface for widgets to |
|
54 apply a given schema to a variety of data. |
|
55 </div> |
|
56 |
|
57 |
|
58 |
|
59 <div class="yui-gc"> |
|
60 <div class="yui-u first"> |
|
61 |
|
62 <p>This module contains the following classes:</p> |
|
63 <script> |
|
64 //var YUI_CLASS_LIST = [{"extends": {"superclass": {"DataSchema.Base": "DataSchema.Base"}, "events": {}, "configs": {}, "properties": {}, "methods": {"DataSchema.Base": [{"access": "", "deprecated": false, "name": "parse"}]}}, "description": "Array subclass for the DataSchema Utility.", "guessedname": "DataSchema.Array", "name": "DataSchema.Array"}, {"extends": {"superclass": {}, "events": {}, "configs": {}, "properties": {}, "methods": {}}, "description": "Base class for the YUI DataSchema Utility.", "guessedname": "DataSchema.Base", "name": "DataSchema.Base"}, {"extends": {"superclass": {"DataSchema.Base": "DataSchema.Base"}, "events": {}, "configs": {}, "properties": {}, "methods": {"DataSchema.Base": [{"access": "", "deprecated": false, "name": "parse"}]}}, "description": "JSON subclass for the DataSchema Utility.", "guessedname": "DataSchema.JSON", "name": "DataSchema.JSON"}, {"extends": {"superclass": {"DataSchema.Base": "DataSchema.Base"}, "events": {}, "configs": {}, "properties": {}, "methods": {"DataSchema.Base": [{"access": "", "deprecated": false, "name": "parse"}]}}, "description": "Text subclass for the DataSchema Utility.", "guessedname": "DataSchema.Text", "name": "DataSchema.Text"}, {"extends": {"superclass": {"DataSchema.Base": "DataSchema.Base"}, "events": {}, "configs": {}, "properties": {}, "methods": {"DataSchema.Base": [{"access": "", "deprecated": false, "name": "parse"}]}}, "description": "XML subclass for the DataSchema Utility.", "guessedname": "DataSchema.XML", "name": "DataSchema.XML"}]; |
|
65 </script> |
|
66 <div id="splash_classList"> |
|
67 <ul> |
|
68 <li><a href="DataSchema.Array.html" title="DataSchema.Array" id="class_0">DataSchema.Array</a></li> |
|
69 <li><a href="DataSchema.Base.html" title="DataSchema.Base" id="class_1">DataSchema.Base</a></li> |
|
70 <li><a href="DataSchema.JSON.html" title="DataSchema.JSON" id="class_2">DataSchema.JSON</a></li> |
|
71 <li><a href="DataSchema.Text.html" title="DataSchema.Text" id="class_3">DataSchema.Text</a></li> |
|
72 <li><a href="DataSchema.XML.html" title="DataSchema.XML" id="class_4">DataSchema.XML</a></li> |
|
73 </ul> |
|
74 </div> |
|
75 </div> |
|
76 <div class="yui-u"> |
|
77 <div class="submodules"> |
|
78 <h4>Submodules:</h4> |
|
79 <dl> |
|
80 <dt><code>dataschema-text</code></dt> |
|
81 <dd>Provides a DataSchema implementation which can be used to work with delimited text data.</dd> |
|
82 <dt><code>dataschema-xml</code></dt> |
|
83 <dd>Provides a DataSchema implementation which can be used to work with XML data.</dd> |
|
84 <dt><code>dataschema-json</code></dt> |
|
85 <dd>Provides a DataSchema implementation which can be used to work with JSON data.</dd> |
|
86 <dt><code>dataschema-base</code></dt> |
|
87 <dd>Provides the base DataSchema implementation, which can be extended to |
|
88 create DataSchemas for specific data formats, such XML, JSON, text and |
|
89 arrays.</dd> |
|
90 <dt><code>dataschema-array</code></dt> |
|
91 <dd>Provides a DataSchema implementation which can be used to work with data stored in arrays.</dd> |
|
92 </dl> |
|
93 </div> |
|
94 |
|
95 </div> |
|
96 </div> |
|
97 |
|
98 </div> |
|
99 </div> |
|
100 <div class="yui-b"> |
|
101 <div class="nav"> |
|
102 |
|
103 <div id="moduleList" class="module"> |
|
104 <h4>Modules</h4> |
|
105 <ul class="content"> |
|
106 <li class=""><a href="module_anim.html" title="anim">anim</a></li> |
|
107 <li class=""><a href="module_attribute.html" title="attribute">attribute</a></li> |
|
108 <li class=""><a href="module_base.html" title="base">base</a></li> |
|
109 <li class=""><a href="module_cache.html" title="cache">cache</a></li> |
|
110 <li class=""><a href="module_classnamemanager.html" title="classnamemanager">classnamemanager</a></li> |
|
111 <li class=""><a href="module_collection.html" title="collection">collection</a></li> |
|
112 <li class=""><a href="module_console.html" title="console">console</a></li> |
|
113 <li class=""><a href="module_console-filters.html" title="console-filters">console-filters</a></li> |
|
114 <li class=""><a href="module_cookie.html" title="cookie">cookie</a></li> |
|
115 <li class="selected"><a href="module_dataschema.html" title="dataschema">dataschema</a></li> |
|
116 <li class=""><a href="module_datasource.html" title="datasource">datasource</a></li> |
|
117 <li class=""><a href="module_datatype.html" title="datatype">datatype</a></li> |
|
118 <li class=""><a href="module_dd.html" title="dd">dd</a></li> |
|
119 <li class=""><a href="module_dom.html" title="dom">dom</a></li> |
|
120 <li class=""><a href="module_dump.html" title="dump">dump</a></li> |
|
121 <li class=""><a href="module_event.html" title="event">event</a></li> |
|
122 <li class=""><a href="module_event-custom.html" title="event-custom">event-custom</a></li> |
|
123 <li class=""><a href="module_event-simulate.html" title="event-simulate">event-simulate</a></li> |
|
124 <li class=""><a href="module_history.html" title="history">history</a></li> |
|
125 <li class=""><a href="module_imageloader.html" title="imageloader">imageloader</a></li> |
|
126 <li class=""><a href="module_io.html" title="io">io</a></li> |
|
127 <li class=""><a href="module_json.html" title="json">json</a></li> |
|
128 <li class=""><a href="module_node.html" title="node">node</a></li> |
|
129 <li class=""><a href="module_node-focusmanager.html" title="node-focusmanager">node-focusmanager</a></li> |
|
130 <li class=""><a href="module_node-menunav.html" title="node-menunav">node-menunav</a></li> |
|
131 <li class=""><a href="module_oop.html" title="oop">oop</a></li> |
|
132 <li class=""><a href="module_overlay.html" title="overlay">overlay</a></li> |
|
133 <li class=""><a href="module_plugin.html" title="plugin">plugin</a></li> |
|
134 <li class=""><a href="module_profiler.html" title="profiler">profiler</a></li> |
|
135 <li class=""><a href="module_queue.html" title="queue">queue</a></li> |
|
136 <li class=""><a href="module_slider.html" title="slider">slider</a></li> |
|
137 <li class=""><a href="module_stylesheet.html" title="stylesheet">stylesheet</a></li> |
|
138 <li class=""><a href="module_substitute.html" title="substitute">substitute</a></li> |
|
139 <li class=""><a href="module_test.html" title="test">test</a></li> |
|
140 <li class=""><a href="module_widget.html" title="widget">widget</a></li> |
|
141 <li class=""><a href="module_widget-position.html" title="widget-position">widget-position</a></li> |
|
142 <li class=""><a href="module_widget-position-ext.html" title="widget-position-ext">widget-position-ext</a></li> |
|
143 <li class=""><a href="module_widget-stack.html" title="widget-stack">widget-stack</a></li> |
|
144 <li class=""><a href="module_widget-stdmod.html" title="widget-stdmod">widget-stdmod</a></li> |
|
145 <li class=""><a href="module_yui.html" title="yui">yui</a></li> |
|
146 </ul> |
|
147 </div> |
|
148 |
|
149 <div id="classList" class="module"> |
|
150 <h4>Classes</h4> |
|
151 <ul class="content"> |
|
152 <li class=""><a href="DataSchema.Array.html" title="DataSchema.Array">DataSchema.Array</a></li> |
|
153 <li class=""><a href="DataSchema.Base.html" title="DataSchema.Base">DataSchema.Base</a></li> |
|
154 <li class=""><a href="DataSchema.JSON.html" title="DataSchema.JSON">DataSchema.JSON</a></li> |
|
155 <li class=""><a href="DataSchema.Text.html" title="DataSchema.Text">DataSchema.Text</a></li> |
|
156 <li class=""><a href="DataSchema.XML.html" title="DataSchema.XML">DataSchema.XML</a></li> |
|
157 </ul> |
|
158 </div> |
|
159 |
|
160 <div id="fileList" class="module"> |
|
161 <h4>Files</h4> |
|
162 <ul class="content"> |
|
163 <li class=""><a href="dataschema-array.js.html" title="dataschema-array.js">dataschema-array.js</a></li> |
|
164 <li class=""><a href="dataschema-base.js.html" title="dataschema-base.js">dataschema-base.js</a></li> |
|
165 <li class=""><a href="dataschema-json.js.html" title="dataschema-json.js">dataschema-json.js</a></li> |
|
166 <li class=""><a href="dataschema-text.js.html" title="dataschema-text.js">dataschema-text.js</a></li> |
|
167 <li class=""><a href="dataschema-xml.js.html" title="dataschema-xml.js">dataschema-xml.js</a></li> |
|
168 </ul> |
|
169 </div> |
|
170 |
|
171 |
|
172 |
|
173 |
|
174 |
|
175 </div> |
|
176 </div> |
|
177 </div> |
|
178 <div id="ft"> |
|
179 <hr /> |
|
180 Copyright © 2009 Yahoo! Inc. All rights reserved. |
|
181 </div> |
|
182 </div> |
|
183 <script type="text/javascript"> |
|
184 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.Base", "name": "apply", "url": "DataSchema.Base.html#method_apply", "type": "method"}, {"access": "", "host": "DataSchema.Array", "name": "apply", "url": "DataSchema.Array.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": "", "host": "DataSchema.Base", "name": "parse", "url": "DataSchema.Base.html#method_parse", "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"}, {"access": "protected", "host": "DataSchema.Array", "name": "_parseResults", "url": "DataSchema.Array.html#method__parseResults", "type": "method"}]; |
|
185 </script> |
|
186 </body> |
|
187 </html> |