Searched refs:xmlMap (Results 1 – 1 of 1) sorted by relevance
392 Element xmlMap = doc.getDocumentElement( ) ; in exportMap() local393 xmlMap.setAttribute("MAP_XML_VERSION", MAP_XML_VERSION); in exportMap()398 xmlMap.appendChild(doc.createElement("entry")); in exportMap()424 Element xmlMap = doc.getDocumentElement(); in importMap() local426 String mapVersion = xmlMap.getAttribute("MAP_XML_VERSION"); in importMap()434 NodeList entries = xmlMap.getChildNodes(); in importMap()