Home
last modified time | relevance | path

Searched refs:xmlMap (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/prefs/
DXmlSupport.java392 Element xmlMap = doc.getDocumentElement( ) ; in exportMap() local
393 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() local
426 String mapVersion = xmlMap.getAttribute("MAP_XML_VERSION"); in importMap()
434 NodeList entries = xmlMap.getChildNodes(); in importMap()