}
public void startElement(String uri, String localName, String qName, Attributes atts) throws SAXException {
if (KOLL3CTIONS.getName().equals(qName)) {
versionInfo = new VersionInfo();
koll3ctions = true;
} else if (koll3ctions) {
if (LATEST.getName().equals(qName)) {
latest = true;
} else if (INFO.getName().equals(qName)) {