Lines Matching defs:SchemaXML
25 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._parseField(fields[j], result, context);
354 results[i] = SchemaXML._parseResult(fields, nodeList[i]);
357 nodeList = SchemaXML._getXPathResult(schema.resultListLocator, context, xmldoc);
361 results[i] = SchemaXML._parseResult(fields, node);
376 Y.DataSchema.XML = Y.mix(SchemaXML, Y.DataSchema.Base);