public interface

Transformer

com.atlassian.confluence.content.render.xhtml.transformers.Transformer
Known Indirect Subclasses

Class Overview

Parses one format and outputs as another.

Summary

Public Methods
String transform(Reader input, ConversionContext conversionContext)
@return

Public Methods

public String transform (Reader input, ConversionContext conversionContext)

@return

Throws
XhtmlParsingException if there is a problem parsing the input parameter.
XhtmlException for all other errors that may occur during transformation.