else if (ctx.isStartElement(event, STYLE))
defaultParser = new WMSLayerStyle(this.getNamespaceURI());
else if (ctx.isStartElement(event, KEYWORD_LIST))
defaultParser = new StringSetXMLEventParser(this.getNamespaceURI(), KEYWORD);
else if (ctx.isStartElement(event, BOUNDING_BOX))
defaultParser = new OGCBoundingBox(this.getNamespaceURI());
else if (ctx.isStartElement(event, ATTRIBUTION))
defaultParser = new WMSLayerAttribution(this.getNamespaceURI());
else if (ctx.isStartElement(event, IDENTIFIER))
defaultParser = new WMSLayerIdentifier(this.getNamespaceURI());
else if (ctx.isStartElement(event, DIMENSION))