public interface EditorConverter
Modifier and Type | Method and Description |
---|---|
String |
convert(String editorFormat,
ConversionContext conversionContext) |
String convert(String editorFormat, ConversionContext conversionContext) throws XhtmlParsingException, XhtmlException
editorFormat
- the editor formatted data to be converted.conversionContext
- the context for the conversionXhtmlParsingException
- if there is a specific problem parsing the supplied editorFormat dataXhtmlException
- for all other problems.Copyright © 2003–2019 Atlassian. All rights reserved.