Searched refs:xmlWriter (Results 1 – 2 of 2) sorted by relevance
91 XMLStreamWriter xmlWriter = xmlOutputFactory.createXMLStreamWriter(fileWriter); in writeRaw() local92 xmlWriter.writeStartDocument(); in writeRaw()93 xmlWriter.writeComment("\n\n **** Autogenerated file - DO NOT EDIT ****\n\n"); in writeRaw()94 TelephonyLookup.writeXml(telephonyLookup, xmlWriter); in writeRaw()95 xmlWriter.writeEndDocument(); in writeRaw()
120 XMLStreamWriter xmlWriter = xmlOutputFactory.createXMLStreamWriter(fileWriter); in writeRaw() local121 xmlWriter.writeStartDocument(); in writeRaw()122 xmlWriter.writeComment("\n\n **** Autogenerated file - DO NOT EDIT ****\n\n"); in writeRaw()123 TimeZones.writeXml(timeZones, xmlWriter); in writeRaw()124 xmlWriter.writeEndDocument(); in writeRaw()