}
public void startElement(String uri, String localName, String qName,
Attributes attributes) throws SAXException {
if (qName.equalsIgnoreCase("TileSet")) {
this.tileSet = new TileSet();
n_tileSets++;
} else if (qName.equalsIgnoreCase("Identifier")) {
if (this.finIdentifier) {
throw new SAXException("Tag " + qName
+ " defined multiple times.");