Searched defs:SchemaXML (Results 1 - 1 of 1) sorted by relevance

/yui3/src/dataschema/js/
H A Ddataschema-xml.js25 SchemaXML;
27 SchemaXML = {
120 data_out = SchemaXML._parseResults(schema, xmldoc, data_out);
123 data_out = SchemaXML._parseMeta(schema.metaFields, xmldoc, data_out);
148 result = SchemaXML._getXPathResult(locator, context, xmldoc);
162 Y.log('SchemaXML._getLocationValue failed: ' + e.message);
278 parsed = SchemaXML._parseResults(field.schema, context, parsed);
282 result[key] = SchemaXML._getLocationValue(field, context);
303 data_out.meta[key] = SchemaXML._getLocationValue(metaFields[key], xmldoc);
325 SchemaXML
[all...]

Completed in 6 milliseconds