Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

de.danet.an.util.cocoon.xforms
Class XFormsProcessor  view XFormsProcessor download XFormsProcessor.java

java.lang.Object
  extended byAbstractLoggable
      extended byorg.apache.cocoon.xml.AbstractXMLProducer
          extended byorg.apache.cocoon.xml.AbstractXMLPipe
              extended byorg.apache.cocoon.transformation.AbstractTransformer
                  extended byde.danet.an.util.cocoon.xforms.XFormsProcessor
All Implemented Interfaces:
org.xml.sax.ContentHandler, org.xml.sax.ext.LexicalHandler, org.apache.cocoon.sitemap.SitemapModelComponent, org.apache.cocoon.transformation.Transformer, org.apache.cocoon.xml.XMLConsumer, org.apache.cocoon.xml.XMLPipe, org.apache.cocoon.xml.XMLProducer

public class XFormsProcessor
extends org.apache.cocoon.transformation.AbstractTransformer

This class provides ...

Version:
$Revision: 1.2 $

Field Summary
private  java.util.Map objectModel
          The current objectModel of the environment
private  Parameters parameters
          The parameters specified in the sitemap
private  org.apache.cocoon.environment.SourceResolver resolver
          The SourceResolver for this request
private  java.lang.String source
          The source attribute specified in the sitemap
 
Fields inherited from class org.apache.cocoon.xml.AbstractXMLProducer
contentHandler, lexicalHandler, xmlConsumer
 
Fields inherited from interface org.apache.cocoon.transformation.Transformer
ROLE
 
Constructor Summary
XFormsProcessor()
          Creates an instance of XFormsProcessor with all attributes initialized to default values.
 
Method Summary
 void setup(org.apache.cocoon.environment.SourceResolver resolver, java.util.Map objectModel, java.lang.String src, Parameters par)
          Setup the next round.
 
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
recycle, setConsumer, setContentHandler, setLexicalHandler
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.xml.sax.ContentHandler
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping
 
Methods inherited from interface org.xml.sax.ext.LexicalHandler
comment, endCDATA, endDTD, endEntity, startCDATA, startDTD, startEntity
 
Methods inherited from interface org.apache.cocoon.xml.XMLProducer
setConsumer
 

Field Detail

objectModel

private java.util.Map objectModel
The current objectModel of the environment


resolver

private org.apache.cocoon.environment.SourceResolver resolver
The SourceResolver for this request


parameters

private Parameters parameters
The parameters specified in the sitemap


source

private java.lang.String source
The source attribute specified in the sitemap

Constructor Detail

XFormsProcessor

public XFormsProcessor()
Creates an instance of XFormsProcessor with all attributes initialized to default values.

Method Detail

setup

public void setup(org.apache.cocoon.environment.SourceResolver resolver,
                  java.util.Map objectModel,
                  java.lang.String src,
                  Parameters par)
           throws org.apache.cocoon.ProcessingException,
                  org.xml.sax.SAXException,
                  java.io.IOException
Setup the next round. The instance variables are initialised.