java.lang.Object
AbstractLoggable
org.apache.cocoon.xml.AbstractXMLProducer
org.apache.cocoon.xml.AbstractXMLPipe
org.apache.cocoon.transformation.AbstractTransformer
de.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 $
| 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. |
| 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 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 |
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
XFormsProcessor
public XFormsProcessor()
- Creates an instance of
XFormsProcessor
with all attributes initialized to default values.
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.