Searched refs:header_note_list (Results 1 – 1 of 1) sorted by relevance
105 NodeList header_note_list = ((Element)header).getElementsByTagName("note"); in importDoc() local106 if (header_note_list.getLength() > 0) { in importDoc()107 Text text_elem = (Text)header_note_list.item(0).getChildNodes().item(0); in importDoc()