public class Program { public static void main(String[] args) { Nodesreader reader = new Nodesreader(); reader.read("ipaddresses.xml"); } }