| org.apache.cocoon.transformation.AbstractTransformer org.apache.cocoon.transformation.TraxTransformer
All known Subclasses: org.apache.cocoon.transformation.DeliTransformer,
logicSheetParameters | protected Map logicSheetParameters(Code) | | Logicsheet parameters (protected because used by subclasses)
|
manager | protected ServiceManager manager(Code) | | The service manager instance (protected because used by subclasses)
|
objectModel | protected Map objectModel(Code) | | The object model (protected because used by subclasses)
|
transformerValidity | protected SourceValidity transformerValidity(Code) | | The validity of the Transformer
|
configure | public void configure(Configuration conf) throws ConfigurationException(Code) | | Configure this transformer.
|
dispose | public void dispose()(Code) | | Disposable
|
endDocument | public void endDocument() throws SAXException(Code) | | Fix for stopping hanging threads of Xalan
|
getKey | public Serializable getKey()(Code) | | Generate the unique key.
This key must be unique inside the space of this component.
The generated key hashes the src |
getLogicSheetParameters | protected Map getLogicSheetParameters()(Code) | | Get the parameters for the logicsheet
|
getValidity | public SourceValidity getValidity()(Code) | | Generate the validity object.
The generated validity object or null if thecomponent is currently not cacheable. |
isValidXSLTParameterName | static boolean isValidXSLTParameterName(String name)(Code) | | Test if the name is a valid parameter name for XSLT
|
recycle | public void recycle()(Code) | | Recyclable
|
service | public void service(ServiceManager manager) throws ServiceException(Code) | | Set the current ServiceManager instance used by this
Serviceable .
|
setConsumer | public void setConsumer(XMLConsumer consumer)(Code) | | Set the XMLConsumer that will receive XML data.
|
|
|