Searched refs:MAP_XML_VERSION (Results 1 – 1 of 1) sorted by relevance
84 private static final String MAP_XML_VERSION = "1.0"; field in XmlSupport393 xmlMap.setAttribute("MAP_XML_VERSION", MAP_XML_VERSION); in exportMap()427 if (mapVersion.compareTo(MAP_XML_VERSION) > 0) in importMap()431 " versions " + MAP_XML_VERSION + " or older. You may need" + in importMap()