Uses of Interface
com.atlassian.confluence.content.render.xhtml.XMLEventFactoryProvider
-
-
Uses of XMLEventFactoryProvider in com.atlassian.confluence.content.render.xhtml
Classes in com.atlassian.confluence.content.render.xhtml that implement XMLEventFactoryProvider Modifier and Type Class Description classDefaultXMLEventFactoryProvider -
Uses of XMLEventFactoryProvider in com.atlassian.confluence.content.render.xhtml.editor
Constructors in com.atlassian.confluence.content.render.xhtml.editor with parameters of type XMLEventFactoryProvider Constructor Description TableStyleRemovingElementTransformer(XMLEventFactoryProvider xmlEventFactoryProvider) -
Uses of XMLEventFactoryProvider in com.atlassian.confluence.content.render.xhtml.storage
Constructors in com.atlassian.confluence.content.render.xhtml.storage with parameters of type XMLEventFactoryProvider Constructor Description StorageHtmlAnchorElementTransformer(XMLEventFactoryProvider xmlEventFactoryProvider, DarkFeaturesManager darkFeaturesManager) -
Uses of XMLEventFactoryProvider in com.atlassian.confluence.content.render.xhtml.storage.macro.inlinebody
Constructors in com.atlassian.confluence.content.render.xhtml.storage.macro.inlinebody with parameters of type XMLEventFactoryProvider Constructor Description InlineBodyMacroFixingTransformer(XmlOutputFactory xmlFragmentOutputFactory, XmlEventReaderFactory xmlEventReaderFactory, XMLEventFactoryProvider xmlEventFactoryProvider) -
Uses of XMLEventFactoryProvider in com.atlassian.confluence.plugins.templates.transformer
Constructors in com.atlassian.confluence.plugins.templates.transformer with parameters of type XMLEventFactoryProvider Constructor Description EditorToStorageTemplateVariablesTransformer(XmlOutputFactory xmlFragmentOutputFactory, XmlEventReaderFactory xmlEventReaderFactory, XMLEventFactoryProvider xmlEventFactoryProvider)StorageToEditorTemplateVariablesTransformer(XmlOutputFactory xmlFragmentOutputFactory, XmlEventReaderFactory xmlEventReaderFactory, ContextPathHolder contextPathHolder, TemplateI18nHandler templateI18nHandler, XMLEventFactoryProvider xmlEventFactoryProvider)StorageToViewTemplateVariablesTransformer(XmlOutputFactory xmlFragmentOutputFactory, XmlEventReaderFactory xmlEventReaderFactory, XMLEventFactoryProvider xmlEventFactoryProvider)
-