public XMLEventParser allocate(XMLEventParserContext ctx, XMLEvent event) {
   if (ctx.isStartElement(event, CAPABILITY))
     return ctx.allocate(event, new WMSCapabilityInformation(this.getNamespaceURI()));
   else return super.allocate(ctx, event);
 }