org.apache.cocoon.sitemap
Interface ContentAggregator
- All Superinterfaces:
- Generator, SitemapModelComponent, XMLProducer
- All Known Implementing Classes:
- DefaultContentAggregator
- public interface ContentAggregator
- extends Generator
A content aggregator is a special generator used to implement <map:aggregate>.
It combines several parts into one big XML document which is streamed
into the pipeline.
- Version:
- $Id: ContentAggregator.java 292483 2005-09-29 17:20:10Z bloritsch $
Fields inherited from interface org.apache.cocoon.generation.Generator |
ROLE |
setRootElement
public void setRootElement(String element,
String namespace,
String prefix)
- Set the root element. Please make sure that the parameters are not null!
addPart
public void addPart(String uri,
String element,
String namespace,
String stripRootElement,
String prefix)
- Add a part. Please make sure that the parameters are not null!
Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.