dataschema Module
Defined in:
yui3/src/dataschema/js/dataschema-xml.js:8
The DataSchema utility provides a common configurable interface for widgets to apply a given schema to a variety of data.
This module provides the following classes:
This module is a rollup of the following modules:
-
dataschema-array
Provides a DataSchema implementation which can be used to work with data stored in arrays.
-
dataschema-base
Provides the base DataSchema implementation, which can be extended to create DataSchemas for specific data formats, such XML, JSON, text and arrays.
-
dataschema-json
Provides a DataSchema implementation which can be used to work with JSON data.
-
dataschema-text
Provides a DataSchema implementation which can be used to work with delimited text data.
-
dataschema-xml
Provides a DataSchema implementation which can be used to work with XML data.