Uses of Interface
com.atlassian.confluence.content.render.xhtml.XmlEntityExpander
-
-
Uses of XmlEntityExpander in com.atlassian.confluence.content.render.xhtml
Classes in com.atlassian.confluence.content.render.xhtml that implement XmlEntityExpander Modifier and Type Class Description class
DefaultXmlEntityExpander
-
Uses of XmlEntityExpander in com.atlassian.confluence.content.render.xhtml.editor.link
Constructors in com.atlassian.confluence.content.render.xhtml.editor.link with parameters of type XmlEntityExpander Constructor Description EditorLinkBodyUnmarshaller(Unmarshaller<EmbeddedImage> embeddedImageUnmarshaller, XMLOutputFactory xmlFragmentOutputFactory, XmlEventReaderFactory xmlEventReaderFactory, XmlEntityExpander xmlEntityExpander)
-
Uses of XmlEntityExpander in com.atlassian.confluence.content.render.xhtml.editor.macro
Constructors in com.atlassian.confluence.content.render.xhtml.editor.macro with parameters of type XmlEntityExpander Constructor Description EditorMacroUnmarshaller(XMLOutputFactory xmlFragmentOutputFactory, XMLEventFactory xmlEventFactory, com.atlassian.confluence.content.render.xhtml.editor.macro.MacroNameAndParameterSubParser macroNameAndParameterSubParser, XmlEventReaderFactory xmlEventReaderFactory, XmlEntityExpander xmlEntityExpander, HtmlToXmlConverter htmlToXmlConverter)
-