Searched refs:writeMapXml (Results 1 – 2 of 2) sorted by relevance
179 public static final void writeMapXml(Map val, OutputStream out) in writeMapXml() method in XmlUtils185 writeMapXml(val, null, serializer); in writeMapXml()226 public static final void writeMapXml(Map val, String name, XmlSerializer out) in writeMapXml() method in XmlUtils445 writeMapXml((Map)v, name, out); in writeValueXml()
576 XmlUtils.writeMapXml(mcr.mapToWriteToDisk, str); in writeToFile()