Home
last modified time | relevance | path

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

/third_party/icu/tools/unicodetools/com/ibm/rbm/
DRBxliffImporter.java173 Node body_elem = body_list.item(i); in importDoc() local
174 if (body_elem.getNodeType() == Node.ELEMENT_NODE) { in importDoc()
175 if (body_elem.getNodeName().equalsIgnoreCase("group")) { in importDoc()
177 last_group_node = body_elem; in importDoc()
DRBReporter.java193 Element body_elem = (Element)nl.item(0); in generateReports() local
214 body_elem.appendChild(h2_elem); in generateReports()
215 body_elem.appendChild(block_elem); in generateReports()
450 Element body_elem = html.createElement("BODY"); in getHTMLReportz() local
465 body_elem.appendChild(center1_elem); in getHTMLReportz()
466 body_elem.appendChild(center2_elem); in getHTMLReportz()
468 root.appendChild(body_elem); in getHTMLReportz()
471 getHTMLLanguageReportz(html, body_elem, detailed, (Bundle)bundles.elementAt(i)); in getHTMLReportz()
495 …private void getHTMLLanguageReportz(Document html, Element body_elem, boolean detailed, Bundle dic… in getHTMLLanguageReportz() argument
511 body_elem.appendChild(h2_elem); in getHTMLLanguageReportz()
[all …]