Searched refs:writeMapXml (Results 1 – 2 of 2) sorted by relevance
175 public static final void writeMapXml(Map val, OutputStream out) in writeMapXml() method in XmlUtils181 writeMapXml(val, null, serializer); in writeMapXml()222 public static final void writeMapXml(Map val, String name, XmlSerializer out) in writeMapXml() method in XmlUtils441 writeMapXml((Map)v, name, out); in writeValueXml()
596 XmlUtils.writeMapXml(mcr.mapToWriteToDisk, str); in writeToFile()