de.betabeans.scroogexhtml
Interface AfterTextConversionListener

All Superinterfaces:
java.util.EventListener

public interface AfterTextConversionListener
extends java.util.EventListener

The TextElementListener interface allows to preprocess each piece of text before it will be converted to XHTML.

Author:
Michael Justin
See Also:
ScroogeXHTMLBase.textElementToXHTML(java.lang.String, de.betabeans.scroogexhtml.ScroogeXHTMLDocText)

Method Summary
 void afterTextConversion(AfterTextConversionEvent e)
          pass a text element event
 

Method Detail

afterTextConversion

public void afterTextConversion(AfterTextConversionEvent e)
pass a text element event
Parameters:
e -