Searched refs:xmlNode (Results 1 – 1 of 1) sorted by relevance
332 private static void ImportSubtree(Preferences prefsNode, Element xmlNode) { in ImportSubtree() argument333 NodeList xmlKids = xmlNode.getChildNodes(); in ImportSubtree()