org.apache.cocoon.generation
Class VirtualPipelineGenerator

java.lang.Object
  extended byorg.apache.avalon.framework.logger.AbstractLogEnabled
      extended byorg.apache.cocoon.xml.AbstractXMLProducer
          extended byorg.apache.cocoon.xml.AbstractXMLPipe
              extended byorg.apache.cocoon.sitemap.impl.AbstractVirtualSitemapComponent
                  extended byorg.apache.cocoon.generation.VirtualPipelineGenerator
All Implemented Interfaces:
Configurable, ContentHandler, Contextualizable, Generator, LexicalHandler, LogEnabled, Poolable, Recyclable, Serviceable, SitemapModelComponent, XMLConsumer, XMLConsumer, XMLPipe, XMLProducer

public class VirtualPipelineGenerator
extends AbstractVirtualSitemapComponent
implements Generator


Field Summary
 
Fields inherited from class org.apache.cocoon.sitemap.impl.AbstractVirtualSitemapComponent
context, manager, resolver
 
Fields inherited from class org.apache.cocoon.xml.AbstractXMLProducer
contentHandler, EMPTY_CONTENT_HANDLER, lexicalHandler, xmlConsumer
 
Fields inherited from interface org.apache.cocoon.generation.Generator
ROLE
 
Constructor Summary
VirtualPipelineGenerator()
           
 
Method Summary
 void generate()
          Generate the XML and stream it into the pipeline
protected  String getTypeName()
           
 
Methods inherited from class org.apache.cocoon.sitemap.impl.AbstractVirtualSitemapComponent
configure, contextualize, getMappedSourceEnvironment, getPipeline, getVPCEnvironment, recycle, service, setup
 
Methods inherited from class org.apache.cocoon.xml.AbstractXMLPipe
characters, comment, endCDATA, endDocument, endDTD, endElement, endEntity, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startCDATA, startDocument, startDTD, startElement, startEntity, startPrefixMapping
 
Methods inherited from class org.apache.cocoon.xml.AbstractXMLProducer
setConsumer, setContentHandler, setLexicalHandler
 
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.cocoon.xml.XMLProducer
setConsumer
 
Methods inherited from interface org.apache.cocoon.sitemap.SitemapModelComponent
setup
 

Constructor Detail

VirtualPipelineGenerator

public VirtualPipelineGenerator()
Method Detail

getTypeName

protected String getTypeName()
Specified by:
getTypeName in class AbstractVirtualSitemapComponent

generate

public void generate()
              throws IOException,
                     SAXException,
                     ProcessingException
Description copied from interface: Generator
Generate the XML and stream it into the pipeline

Specified by:
generate in interface Generator
Throws:
IOException
SAXException
ProcessingException
See Also:
Generator.generate()


Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.