Class TransformerChain
java.lang.Object
com.atlassian.confluence.content.render.xhtml.TransformerChain
- All Implemented Interfaces:
Transformer
Takes an ordered list of transfomers and runs each of them serially, passing the transformation output of one
transformer as input into the next.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
TransformerChain
-
-
Method Details
-
transform
- Specified by:
transform
in interfaceTransformer
- Returns:
- Throws:
XhtmlParsingException
- if there is a problem parsing the input parameter.XhtmlException
- for all other errors that may occur during transformation.
-