Uses of Interface
com.atlassian.confluence.content.render.xhtml.XmlOutputFactory
-
-
Uses of XmlOutputFactory in com.atlassian.confluence.content.render.xhtml
Classes in com.atlassian.confluence.content.render.xhtml that implement XmlOutputFactory Modifier and Type Class Description class
ConfluenceXmlOutputFactory
This "Confluence" implementation ofXmlOutputFactory
was introduced primarily to deal with STAX-58.class
DelegateXmlOutputFactory
This class acts as an adapter between the StAXXMLOutputFactory
abstract class and the ConfluenceXmlOutputFactory
interface.Methods in com.atlassian.confluence.content.render.xhtml that return XmlOutputFactory Modifier and Type Method Description XmlOutputFactory
DefaultXmlOutputFactoryProvider. getXmlFragmentOutputFactory()
XmlOutputFactory
XmlOutputFactoryProvider. getXmlFragmentOutputFactory()
XmlOutputFactory
DefaultXmlOutputFactoryProvider. getXmlOutputFactory()
XmlOutputFactory
XmlOutputFactoryProvider. getXmlOutputFactory()
Methods in com.atlassian.confluence.content.render.xhtml with parameters of type XmlOutputFactory Modifier and Type Method Description static String
StaxUtils. toXmlString(XMLEventReader reader, XmlOutputFactory xmlOutputFactory)
static String
StaxUtils. toXmlStringWithoutTag(XMLEventReader reader, XmlOutputFactory xmlOutputFactory, Set<QName> ignoredElements)
Reads an XML stream and turns it into a string while removing any tags matched in ignoredElementsConstructors in com.atlassian.confluence.content.render.xhtml with parameters of type XmlOutputFactory Constructor Description DefaultXmlOutputFactoryProvider(XmlOutputFactory xmlOutputFactory, XmlOutputFactory xmlFragmentOuputFactory)
-
Uses of XmlOutputFactory in com.atlassian.confluence.content.render.xhtml.storage
Constructors in com.atlassian.confluence.content.render.xhtml.storage with parameters of type XmlOutputFactory Constructor Description DefaultContentTransformerFactory(Unmarshaller<MacroDefinition> macroDefinitionUnmarshaller, Marshaller<MacroDefinition> macroDefinitionMarshaller, XmlEventReaderFactory xmlEventReaderFactory, XmlOutputFactory xmlOutputFactory, com.atlassian.event.api.EventPublisher eventPublisher)
-
Uses of XmlOutputFactory in com.atlassian.confluence.content.render.xhtml.storage.macro
-
Uses of XmlOutputFactory 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 XmlOutputFactory Constructor Description InlineBodyMacroFixingTransformer(XmlOutputFactory xmlFragmentOutputFactory, XmlEventReaderFactory xmlEventReaderFactory, XMLEventFactoryProvider xmlEventFactoryProvider)
-
Uses of XmlOutputFactory in com.atlassian.confluence.content.render.xhtml.transformers
Methods in com.atlassian.confluence.content.render.xhtml.transformers with parameters of type XmlOutputFactory Modifier and Type Method Description static DefaultFragmentTransformer
DefaultFragmentTransformer. createMigrationAwareFragmentTransformer(List<? extends FragmentTransformer> fragmentTransformers, XmlOutputFactory xmlFragmentOutputFactory, XmlEventReaderFactory xmlEventReaderFactory, FragmentTransformationErrorHandler fragmentTransformationErrorHandler, com.atlassian.event.api.EventPublisher eventPublisher)
Constructors in com.atlassian.confluence.content.render.xhtml.transformers with parameters of type XmlOutputFactory Constructor Description DefaultFragmentTransformer(List<? extends FragmentTransformer> fragmentTransformers, XmlOutputFactory xmlFragmentOutputFactory, XmlEventReaderFactory xmlEventReaderFactory, FragmentTransformationErrorHandler fragmentTransformationErrorHandler, @Nullable com.atlassian.event.api.EventPublisher eventPublisher)
DefaultFragmentTransformer(List<ElementTransformer> elementTransformers, List<? extends FragmentTransformer> fragmentTransformers, XmlOutputFactory xmlFragmentOutputFactory, XmlEventReaderFactory xmlEventReaderFactory, FragmentTransformationErrorHandler fragmentTransformationErrorHandler, @Nullable com.atlassian.event.api.EventPublisher eventPublisher)
DefaultFragmentTransformerFactoryImpl(List<ElementTransformer> defaultElementTransformers, List<? extends FragmentTransformer> defaultFragmentTransformers, XmlOutputFactory xmlFragmentOutputFactory, XmlEventReaderFactory xmlEventReaderFactory, FragmentTransformationErrorHandler fragmentTransformationErrorHandler, com.atlassian.event.api.EventPublisher eventPublisher)
-
Uses of XmlOutputFactory in com.atlassian.confluence.impl.backuprestore.backup.exporters
Constructors in com.atlassian.confluence.impl.backuprestore.backup.exporters with parameters of type XmlOutputFactory Constructor Description ReferenceEntityFromBodyContentExtractor(XmlEventReaderFactory xmlEventReaderFactory, XmlOutputFactory xmlOutputFactory, com.atlassian.plugin.PluginAccessor pluginAccessor, List<Supplier<FragmentTransformer>> defaultSupplyFragmentTransformers)
-
Uses of XmlOutputFactory in com.atlassian.confluence.impl.content.duplicatetags.internal
Constructors in com.atlassian.confluence.impl.content.duplicatetags.internal with parameters of type XmlOutputFactory Constructor Description DuplicateNestedTagsRemoverImpl(XmlOutputFactory xmlFragmentOutputFactory, XmlEventReaderFactory xmlEventReaderFactory)
DuplicateNestedTagsRemoverImpl(XmlOutputFactory xmlFragmentOutputFactory, XmlEventReaderFactory xmlEventReaderFactory, com.atlassian.confluence.impl.content.duplicatetags.internal.SingleXmlBranchReader singleXmlBranchReader, com.atlassian.confluence.impl.content.duplicatetags.internal.SingleXmlBranchDuplicateAnalyser singleXmlBranchDuplicateAnalyser, boolean disableAlgorithm)
-
Uses of XmlOutputFactory in com.atlassian.confluence.importexport.impl
Constructors in com.atlassian.confluence.importexport.impl with parameters of type XmlOutputFactory Constructor Description StorageFormatUserRewriter(XmlEventReaderFactory xmlEventReaderFactory, XmlOutputFactory xmlOutputFactory, Unmarshaller<UserResourceIdentifier> userResourceIdentifierUnmarshaller, Marshaller<UserResourceIdentifier> userResourceIdentifierMarshaller)
-
Uses of XmlOutputFactory in com.atlassian.confluence.pages.templates
Constructors in com.atlassian.confluence.pages.templates with parameters of type XmlOutputFactory Constructor Description XhtmlTemplateHandler(XmlOutputFactory xmlFragmentOutputFactory, XmlEventReaderFactory xmlEventReaderFactory, FormatConverter formatConverter, XMLEventFactory xmlEventFactory, TemplateI18nHandler templateI18nHandler, StorageFormatCleaner storageFormatCleaner, SpaceManager spaceManager)
-
Uses of XmlOutputFactory in com.atlassian.confluence.plugins.templates.transformer
Constructors in com.atlassian.confluence.plugins.templates.transformer with parameters of type XmlOutputFactory 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)
-