Uses of Class
com.atlassian.confluence.content.render.xhtml.XhtmlParsingException
-
Packages that use XhtmlParsingException Package Description com.atlassian.confluence.content.render.xhtml com.atlassian.confluence.content.render.xhtml.editor com.atlassian.confluence.pages.actions -
-
Uses of XhtmlParsingException in com.atlassian.confluence.content.render.xhtml
Methods in com.atlassian.confluence.content.render.xhtml that throw XhtmlParsingException Modifier and Type Method Description String
FormatConverter. convertToStorageFormat(String wysiwygContent, com.atlassian.renderer.RenderContext renderContext)
Returns the content that has been submitted as part of a user's attempt to add new content or edit existing content. -
Uses of XhtmlParsingException in com.atlassian.confluence.content.render.xhtml.editor
Methods in com.atlassian.confluence.content.render.xhtml.editor that throw XhtmlParsingException Modifier and Type Method Description String
DefaultEditorConverter. convert(String editorFormat, ConversionContext conversionContext)
String
EditorConverter. convert(String editorFormat, ConversionContext conversionContext)
-
Uses of XhtmlParsingException in com.atlassian.confluence.pages.actions
Methods in com.atlassian.confluence.pages.actions that throw XhtmlParsingException Modifier and Type Method Description protected String
AbstractPreviewPageAction. getContentForSaving()
Returns the content that has been submitted as part of a user's attempt to add new content or edit existing content.
-