com.atlassian.confluence.content.render.xhtml.transformers
Interface Transformer

All Known Implementing Classes:
EditorXhtmlTransformer, InlineBodyMacroFixingTransformer, PluggableTransformerChain, RemoveApostropheEntityTransformer, StorageXhtmlTransformer, TransformerChain

public interface Transformer

Parses one format and outputs as another.

Since:
4.0

Method Summary
 String transform(Reader input, ConversionContext conversionContext)
           
 

Method Detail

transform

String transform(Reader input,
                 ConversionContext conversionContext)
                 throws XhtmlException
Parameters:
input -
conversionContext -
Returns:
Throws:
XhtmlParsingException - if there is a problem parsing the input parameter.
XhtmlException - for all other errors that may occur during transformation.


Copyright © 2003-2012 Atlassian. All Rights Reserved.