Searched refs:getChild (Results 1 – 1 of 1) sorted by relevance
/hardware/bsp/intel/peripheral/libupm/doxy/node/ |
D | xml2js.js | 528 var enumGroupName = getText(getChild(enumGroup, 'name'), 'name'); 529 var enumGroupDescription = getText(getChild(enumGroup, 'detaileddescription'), 'description'); 539 var enumName = getText(getChild(e, 'name'), 'name').replace(/^MRAA_/, ''); 540 var enumDescription = getText(getChild(e, 'detaileddescription'), 'description'); 558 return getText(getChild(spec_c, 'compoundname'), 'name').replace(xml2js.opts.module + '::', ''); 564 return getText(getChild(spec_c, 'detaileddescription'), 'description'); 594 var parent = getChild(spec_c, 'basecompoundref'); 607 ((_.size(paramsSpec) == 1) && getText(getChild(paramsSpec[0], 'type')) == 'void')); 622 var methodName = getText(getChild(method, 'name'), 'name'); 625 var description = getChild(method, 'detaileddescription'); [all …]
|