Uses of Interface
com.atlassian.confluence.content.render.xhtml.XmlOutputFactory
Packages that use XmlOutputFactory
Package
Description
-
Uses of XmlOutputFactory in com.atlassian.confluence.content.render.xhtml
Classes in com.atlassian.confluence.content.render.xhtml that implement XmlOutputFactoryModifier and TypeClassDescriptionclassThis "Confluence" implementation ofXmlOutputFactorywas introduced primarily to deal with STAX-58.classThis class acts as an adapter between the StAXXMLOutputFactoryabstract class and the ConfluenceXmlOutputFactoryinterface.Methods in com.atlassian.confluence.content.render.xhtml that return XmlOutputFactoryModifier and TypeMethodDescriptionDefaultXmlOutputFactoryProvider.getXmlFragmentOutputFactory()XmlOutputFactoryProvider.getXmlFragmentOutputFactory()DefaultXmlOutputFactoryProvider.getXmlOutputFactory()XmlOutputFactoryProvider.getXmlOutputFactory()Methods in com.atlassian.confluence.content.render.xhtml with parameters of type XmlOutputFactoryModifier and TypeMethodDescriptionstatic StringStaxUtils.toXmlString(XMLEventReader reader, XmlOutputFactory xmlOutputFactory) static StringStaxUtils.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 XmlOutputFactoryModifierConstructorDescriptionDefaultXmlOutputFactoryProvider(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 XmlOutputFactoryModifierConstructorDescriptionDefaultContentTransformerFactory(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
Constructors in com.atlassian.confluence.content.render.xhtml.storage.macro with parameters of type XmlOutputFactoryModifierConstructorDescriptionDefaultStorageMacroBodyParser(MacroBodyTransformationCondition condition, TableStyleRemovingElementTransformer tableStyleRemovingElementTransformer, XmlOutputFactory xmlOutputFactory) StorageMacroFragmentTransformerFactory(XmlEventReaderFactory xmlEventReaderFactory, XmlOutputFactory xmlOutputFactory, MacroParameterTypeParser macroParameterTypeParser, MacroMetadataManager macroMetadataManager, LinkMarshallingFactory linkMarshallingFactory, MacroManager macroManager, StorageMacroBodyParser storageMacroBodyParser, MacroIdSupplier macroIdSupplier, MacroSchemaMigrator macroSchemaMigrator) StorageMacroV1Marshaller(XmlOutputFactory xmlOutputFactory) StorageMacroV2Marshaller(XmlOutputFactory xmlOutputFactory, MacroMetadataManager macroMetadataManager, Marshaller<ResourceIdentifier> resourceIdentifierMarshaller, Marshaller<Link> linkMarshaller, MacroParameterTypeParser macroParameterTypeParser, MacroIdSupplier macroIdSupplier, MacroSchemaMigrator macroSchemaMigrator, MacroManager macroManager) -
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 XmlOutputFactoryModifierConstructorDescriptionInlineBodyMacroFixingTransformer(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 XmlOutputFactoryModifier and TypeMethodDescriptionstatic DefaultFragmentTransformerDefaultFragmentTransformer.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 XmlOutputFactoryModifierConstructorDescriptionDefaultFragmentTransformer(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 XmlOutputFactoryModifierConstructorDescriptionReferenceEntityFromBodyContentExtractor(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 XmlOutputFactoryModifierConstructorDescriptionDuplicateNestedTagsRemoverImpl(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 XmlOutputFactoryModifierConstructorDescriptionStorageFormatUserRewriter(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 XmlOutputFactoryModifierConstructorDescriptionXhtmlTemplateHandler(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 XmlOutputFactoryModifierConstructorDescriptionEditorToStorageTemplateVariablesTransformer(XmlOutputFactory xmlFragmentOutputFactory, XmlEventReaderFactory xmlEventReaderFactory, XMLEventFactoryProvider xmlEventFactoryProvider) StorageToEditorTemplateVariablesTransformer(XmlOutputFactory xmlFragmentOutputFactory, XmlEventReaderFactory xmlEventReaderFactory, ContextPathHolder contextPathHolder, TemplateI18nHandler templateI18nHandler, XMLEventFactoryProvider xmlEventFactoryProvider) StorageToViewTemplateVariablesTransformer(XmlOutputFactory xmlFragmentOutputFactory, XmlEventReaderFactory xmlEventReaderFactory, XMLEventFactoryProvider xmlEventFactoryProvider)