213214215216217218219220221222223
final XmlNode root = xml.getRoot(); try { return root.getChild(CacheTag); } catch (XMLException e) { return root.addChild(CacheTag); } } /** * All the possible filename extensions for LZN files. All must be lower