org.apache.cocoon.optional.pipeline.components.sax.neko
Class NekoGenerator

java.lang.Object
  extended by org.apache.cocoon.pipeline.component.AbstractPipelineComponent
      extended by org.apache.cocoon.sax.AbstractSAXPipelineComponent
          extended by org.apache.cocoon.sax.AbstractSAXProducer
              extended by org.apache.cocoon.sax.AbstractSAXGenerator
                  extended by org.apache.cocoon.optional.pipeline.components.sax.neko.NekoGenerator
All Implemented Interfaces:
PipelineComponent, Producer, Starter, SAXPipelineComponent, SAXProducer

public class NekoGenerator
extends AbstractSAXGenerator


Field Summary
static String BALANCE_TAGS_URI
           
static String ELEMS_URI
           
static String INSERT_NAMESPACES_URI
           
static String NAMESPACES_URI
           
static String OVERRIDE_NAMESPACES_URI
           
static String XHTML_URL
           
 
Constructor Summary
NekoGenerator()
           
NekoGenerator(String xmlString)
           
NekoGenerator(String xmlString, org.cyberneko.html.parsers.SAXParser saxParser)
           
NekoGenerator(URL url)
           
 
Method Summary
 void execute()
           
protected  org.cyberneko.html.parsers.SAXParser getSAXParser()
           
 void setConfiguration(Map<String,? extends Object> configuration)
          Pass component specific configuration parameters to the pipeline component in a generic way.
 String toString()
           
 
Methods inherited from class org.apache.cocoon.sax.AbstractSAXProducer
getSAXConsumer, setConsumer, setSAXConsumer
 
Methods inherited from class org.apache.cocoon.pipeline.component.AbstractPipelineComponent
finish, setup
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.cocoon.pipeline.component.PipelineComponent
finish, setup
 

Field Detail

BALANCE_TAGS_URI

public static final String BALANCE_TAGS_URI
See Also:
Constant Field Values

ELEMS_URI

public static final String ELEMS_URI
See Also:
Constant Field Values

OVERRIDE_NAMESPACES_URI

public static final String OVERRIDE_NAMESPACES_URI
See Also:
Constant Field Values

INSERT_NAMESPACES_URI

public static final String INSERT_NAMESPACES_URI
See Also:
Constant Field Values

NAMESPACES_URI

public static final String NAMESPACES_URI
See Also:
Constant Field Values

XHTML_URL

public static final String XHTML_URL
See Also:
Constant Field Values
Constructor Detail

NekoGenerator

public NekoGenerator()

NekoGenerator

public NekoGenerator(URL url)

NekoGenerator

public NekoGenerator(String xmlString)

NekoGenerator

public NekoGenerator(String xmlString,
                     org.cyberneko.html.parsers.SAXParser saxParser)
Method Detail

getSAXParser

protected org.cyberneko.html.parsers.SAXParser getSAXParser()

execute

public void execute()

setConfiguration

public void setConfiguration(Map<String,? extends Object> configuration)
Description copied from interface: PipelineComponent
Pass component specific configuration parameters to the pipeline component in a generic way. This is useful in environments that automatically assemble pipelines with their components and can't use the components constructors or setters.

Specified by:
setConfiguration in interface PipelineComponent
Overrides:
setConfiguration in class AbstractPipelineComponent
Parameters:
configuration - The Map of configuration parameters.

toString

public String toString()
Overrides:
toString in class AbstractSAXProducer


Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.