Class AbstractEnhancementHandler

java.lang.Object
org.apache.avalon.framework.logger.AbstractLogEnabled
org.ametys.cms.transformation.AbstractEnhancementHandler
All Implemented Interfaces:
LogEnabled, ContentHandler, LexicalHandler
Direct Known Subclasses:
DataInclusionEnhancementHandler, DefinitionEnhancementHandler

This interface is for component that wants to be in the docbook pipeline. As a pipeline you receive events (from the ContentHandler and LexicalHandler interfaces) you may transform it and write it to the given contentHandler (setContentHandler) and given lexicalHandler (setLexicalHandler)