Home
last modified time | relevance | path

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

/third_party/icu/tools/unicodetools/com/ibm/rbm/
DRBxliffImporter.java30 Document xlf_xml = null; field in RBxliffImporter
59 xlf_xml = builder.parse(is); in beginImport()
70 if (xlf_xml == null) in beginImport()
78 if (xlf_xml == null) in importDoc()
88 Element root = xlf_xml.getDocumentElement(); in importDoc()