Searched refs:note_elem (Results 1 – 1 of 1) sorted by relevance
293 Element note_elem = (Element)trans_unit_elem.getElementsByTagName("note").item(0); in parseTranslationUnit() local294 if (note_elem != null) { in parseTranslationUnit()295 NodeList note_list = note_elem.getChildNodes(); in parseTranslationUnit()