| DefaultFragmentTransformer | 
 
 This can be thought of as the top-level Transformer since it includes the behaviour of writing out any
 events that have no specific handling configured. 
 | 
| DefaultFragmentTransformerFactoryImpl | 
 | 
| ElementTransformingFragmentTransformer | 
 
 A FragmentTransformer that can be configured to transform individual Elements it reads. 
 | 
| ExportingReference | 
 | 
| Html5RawTextElementFragmentTransformer | 
 Takes xhtml fragments for raw text elements (as a matching pair of elements) and
 returns it as a pair of open and close tags (as required by the HTML 5 spec). 
 | 
| Html5VoidElementFragmentTransformer | 
 Takes xhtml fragments for void elements (either as empty elements or as a matching pair of elements) and
 returns it as a single self closing tag (as required by the HTML 5 spec). 
 | 
| LazyLoadingFragmentTransformer | 
 A FragmentTransformer which delegates to another FragmentTransformer identified by bean id. 
 | 
| LegacyFragmentTransformer | 
  | 
| PluginFragmentTransformer<T> | 
 
 An transformer class used to access fragment transformers which are defined in plugins. 
 | 
| RemoveApostropheEntityTransformer | 
 
 A Transformer that removes that apostrophe entity which is invalid in HTML. 
 | 
| ThrowExceptionOnFragmentTransformationError | 
 Just propagates the exception thrown in fragment transformation as a runtime exception. 
 | 
| TransformErrorToHtmlPlaceholder | 
 Transforms erroneous fragment into an error placeholder which can be displayed in the editor and on view. 
 |