|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.avalon.framework.logger.AbstractLoggable | +--org.apache.cocoon.xml.AbstractXMLProducer | +--org.apache.cocoon.xml.AbstractXMLPipe | +--fr.gouv.culture.sdx.pipeline.AbstractTransformation | +--fr.gouv.culture.sdx.pipeline.GetDocumentsTransformation
Retrieves and passes result documents via the xmlConsumer, may strip other information from provided events if parameters are set. Attention: It is possible to receive no events with the correct set of parameters!
Field Summary | |
static java.lang.String |
SEND_ALL_FIELDS
String representation for a transformation parameter |
static java.lang.String |
SEND_INTERNAL_FIELDS
String representation for a transformation parameter |
static java.lang.String |
SEND_SDX_ELEMENTS
String representation for a transformation parameter |
static java.lang.String |
SEND_USER_FIELDS
String representation for a transformation parameter |
Fields inherited from class fr.gouv.culture.sdx.pipeline.AbstractTransformation |
id, logger, manager, PARAMETER_NAME_DISABLE, PARAMETER_NAME_ENABLE, parameters, props, transParameters |
Fields inherited from class org.apache.cocoon.xml.AbstractXMLProducer |
contentHandler, lexicalHandler, xmlConsumer |
Fields inherited from interface fr.gouv.culture.sdx.pipeline.Transformation |
ATTRIBUTE_ID, ATTRIBUTE_KEEP, ATTRIBUTE_SRC, ATTRIBUTE_TH, ATTRIBUTE_TYPE, CLASS_NAME_SUFFIX, ELEMENT_NAME_TRANSFORMATION, PACKAGE_QUALNAME |
Constructor Summary | |
GetDocumentsTransformation()
|
Method Summary | |
void |
characters(char[] c,
int start,
int len)
Filters characters |
void |
configure(org.apache.avalon.framework.configuration.Configuration configuration)
Could be used to configure this object, but currently has no function |
void |
endElement(java.lang.String uri,
java.lang.String local,
java.lang.String qName)
Filters elements |
void |
setParameters(org.apache.avalon.framework.parameters.Parameters p)
Set's the parameters for this transformation |
void |
startElement(java.lang.String uri,
java.lang.String local,
java.lang.String qName,
org.xml.sax.Attributes attr)
Filters elements |
Methods inherited from class fr.gouv.culture.sdx.pipeline.AbstractTransformation |
compose, enableLogging, getId, getParameters, isStepEnabled, recycle, setProperties, shouldKeepResult, verifyConfigurationParameters |
Methods inherited from class org.apache.cocoon.xml.AbstractXMLPipe |
comment, endCDATA, endDocument, endDTD, endEntity, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startCDATA, startDocument, startDTD, startEntity, startPrefixMapping |
Methods inherited from class org.apache.cocoon.xml.AbstractXMLProducer |
setConsumer, setContentHandler, setLexicalHandler |
Methods inherited from class org.apache.avalon.framework.logger.AbstractLoggable |
getLogger, setLogger, 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.xml.sax.ContentHandler |
endDocument, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, 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 |
public static final java.lang.String SEND_USER_FIELDS
public static final java.lang.String SEND_INTERNAL_FIELDS
public static final java.lang.String SEND_SDX_ELEMENTS
public static final java.lang.String SEND_ALL_FIELDS
Constructor Detail |
public GetDocumentsTransformation()
Method Detail |
public void configure(org.apache.avalon.framework.configuration.Configuration configuration) throws org.apache.avalon.framework.configuration.ConfigurationException
configure
in interface org.apache.avalon.framework.configuration.Configurable
configure
in class AbstractTransformation
configuration
-
org.apache.avalon.framework.configuration.ConfigurationException
public void setParameters(org.apache.avalon.framework.parameters.Parameters p)
setParameters
in interface Transformation
setParameters
in class AbstractTransformation
p
- The parameterspublic void startElement(java.lang.String uri, java.lang.String local, java.lang.String qName, org.xml.sax.Attributes attr) throws org.xml.sax.SAXException
startElement
in interface org.xml.sax.ContentHandler
startElement
in class org.apache.cocoon.xml.AbstractXMLPipe
org.xml.sax.SAXException
public void characters(char[] c, int start, int len) throws org.xml.sax.SAXException
characters
in interface org.xml.sax.ContentHandler
characters
in class org.apache.cocoon.xml.AbstractXMLPipe
org.xml.sax.SAXException
public void endElement(java.lang.String uri, java.lang.String local, java.lang.String qName) throws org.xml.sax.SAXException
endElement
in interface org.xml.sax.ContentHandler
endElement
in class org.apache.cocoon.xml.AbstractXMLPipe
org.xml.sax.SAXException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |