} else if (qName.equalsIgnoreCase("LOD")) {
if (this.finLOD) {
throw new SAXException("Tag " + qName
+ " defined multiple times.");
}
this.lod = new LOD();
this.inLOD = true;
this.finLOD = true;
} else if (inLOD) {
if (qName.equalsIgnoreCase("Title")) {
if (this.finTitle) {