org.apache.cocoon.generation
Interface Generator
- All Superinterfaces:
- Component, SitemapModelComponent, XMLProducer
- All Known Implementing Classes:
- AbstractGenerator, ContentAggregator
- public interface Generator
- extends XMLProducer, SitemapModelComponent
A generator is the starting point of a pipeline. It "generates" XML
and starts streaming them into the pipeline.
- Version:
- CVS $Id: Generator.java 433543 2006-08-22 06:22:54Z crossley $
- Author:
- Pierpaolo Fumagalli
(Apache Software Foundation)
|
Method Summary |
void |
generate()
Generate the XML and stream it into the pipeline |
ROLE
public static final String ROLE
generate
public void generate()
throws IOException,
SAXException,
ProcessingException
- Generate the XML and stream it into the pipeline
- Throws:
IOException
SAXException
ProcessingException
Copyright © 1999-2006 The Apache Software Foundation. All Rights Reserved.