for( int j = 0; j < rowsExibicao.getLength(); j++ ){
Element c = (Element)rowsExibicao.item(j);
listCinemas.add(new Cinema(
getTagText(c, "Cinema"),
getTagText(c, "Morada"),
getTagText(c, "NumeroConcelho"),
getTagText(c, "NumeroDistrito"),
getTagText(c, "Horario"),