Home
last modified time | relevance | path

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

/third_party/libphonenumber/tools/java/common/src/com/google/i18n/phonenumbers/
DBuildMetadataFromXml.java98 DocumentBuilderFactory builderFactory = DocumentBuilderFactory.newInstance(); in buildPhoneMetadataCollection() local
99 DocumentBuilder builder = builderFactory.newDocumentBuilder(); in buildPhoneMetadataCollection()