Home
last modified time | relevance | path

Searched refs:getText (Results 1 – 1 of 1) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/doxy/node/
Dxml2js.js528 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');
579 return getText(innerclass).replace(xml2js.opts.module + '::', '');
596 parent = getText(parent);
607 ((_.size(paramsSpec) == 1) && getText(getChild(paramsSpec[0], 'type')) == 'void'));
622 var methodName = getText(getChild(method, 'name'), 'name');
[all …]