} else if (ELEMENT_GENERATE.equals(localName)) {
this.properties = new HashMap<String,String>();
this.name = atts.getValue(ATTRIBUTE_NAME);
} else if (ELEMENT_AGGREGATE.equals(localName)) {
this.aggregate = true;
this.aggregator = new AggregatorGenerator();
this.pipeline.setSAXGenerator(this.aggregator);
}
} else if (namespaceURI.equals(SAXParserBuilder.XMLNS_KABEJA_PARSER)) {
if (localName.equals(ELEMENT_PARSER)) {
this.parserBuilder = new SAXParserBuilder();