@Override
public void startElement(String s, String s2, String elementName, Attributes attributes) throws SAXException {
if (elementName.equalsIgnoreCase("connections"))
imported = 0;
else if (elementName.equalsIgnoreCase("connection"))
connection = new Connection();
else
characters.setLength(0);
}