Uses of Interface
com.atlassian.confluence.content.render.xhtml.XmlEventReaderFactory
Packages that use XmlEventReaderFactory
Package
Description
-
Uses of XmlEventReaderFactory in com.atlassian.confluence.content.render.xhtml
Classes in com.atlassian.confluence.content.render.xhtml that implement XmlEventReaderFactoryConstructors in com.atlassian.confluence.content.render.xhtml with parameters of type XmlEventReaderFactoryModifierConstructorDescriptionDefaultEditorFormatService
(Marshaller<MacroDefinition> editorMacroMarshaller, Marshaller<Link> editorLinkMarshaller, Marshaller<EmbeddedImage> editorEmbeddedImageMarshaller, Unmarshaller<MacroDefinition> editorMacroUnmarshaller, Unmarshaller<Link> editorLinkUnmarshaller, Unmarshaller<EmbeddedImage> editorEmbeddedImageUnmarshaller, FragmentTransformer editorToStorageFragmentTransformer, FragmentTransformer storageToEditorFragmentTransformer, XmlEventReaderFactory xmlEventReaderFactory, ExceptionThrowingMigrator wikiToEditorHtmlMigrator) Deprecated.since 8.5.13DefaultEditorFormatService
(Marshaller<MacroDefinition> editorMacroMarshaller, Marshaller<Link> editorLinkMarshaller, Marshaller<EmbeddedImage> editorEmbeddedImageMarshaller, Unmarshaller<MacroDefinition> editorMacroUnmarshaller, Unmarshaller<Link> editorLinkUnmarshaller, Unmarshaller<EmbeddedImage> editorEmbeddedImageUnmarshaller, FragmentTransformer editorToStorageFragmentTransformer, FragmentTransformer storageToEditorFragmentTransformer, XmlEventReaderFactory xmlEventReaderFactory, ExceptionThrowingMigrator wikiToEditorHtmlMigrator, HtmlToXmlConverter htmlToXmlConverter) DefaultXhtmlContent
(Marshaller<MacroDefinition> viewMacroMarshaller, Marshaller<MacroDefinition> storageMacroMarshaller, Marshaller<Link> viewLinkMarshaller, Marshaller<Link> storageLinkMarshaller, Marshaller<EmbeddedImage> viewEmbeddedImageMarshaller, Marshaller<EmbeddedImage> storageEmbeddedImageMarshaller, Marshaller<InlineTaskList> viewInlineTaskMarshaller, Marshaller<InlineTaskList> storageInlineTaskMarshaller, Renderer viewRenderer, XmlEventReaderFactory xmlEventReaderFactory, ContentTransformerFactory contentTransformerFactory, ExceptionTolerantMigrator wikiToXhtmlMigrator) DefaultXmlEntityExpander
(XmlEventReaderFactory xmlEventReaderFactory) -
Uses of XmlEventReaderFactory in com.atlassian.confluence.content.render.xhtml.editor
Constructors in com.atlassian.confluence.content.render.xhtml.editor with parameters of type XmlEventReaderFactoryModifierConstructorDescriptionEditorXhtmlTransformer
(XmlEventReaderFactory xmlEventReaderFactory, FragmentTransformer defaultFragmentTransformer) -
Uses of XmlEventReaderFactory in com.atlassian.confluence.content.render.xhtml.editor.embed
Constructors in com.atlassian.confluence.content.render.xhtml.editor.embed with parameters of type XmlEventReaderFactoryModifierConstructorDescriptionEditorEmbeddedImageResourceUnmarshaller
(Unmarshaller<ResourceIdentifier> resourceIdentifierUnmarshaller, Unmarshaller<ResourceIdentifier> storageResourceIdentifierUnmarshaller, XmlEventReaderFactory xmlEventReaderFactory, MarshallingRegistry registry, AttachmentManager attachmentManager, PageManager pageManager) -
Uses of XmlEventReaderFactory in com.atlassian.confluence.content.render.xhtml.editor.inlinecommentmarker
Constructors in com.atlassian.confluence.content.render.xhtml.editor.inlinecommentmarker with parameters of type XmlEventReaderFactoryModifierConstructorDescriptionEditorInlineCommentMarkerUnmarshaller
(XmlEventReaderFactory xmlEventReaderFactory) -
Uses of XmlEventReaderFactory in com.atlassian.confluence.content.render.xhtml.editor.link
Constructors in com.atlassian.confluence.content.render.xhtml.editor.link with parameters of type XmlEventReaderFactoryModifierConstructorDescriptionEditorLinkBodyUnmarshaller
(Unmarshaller<EmbeddedImage> embeddedImageUnmarshaller, XMLOutputFactory xmlFragmentOutputFactory, XmlEventReaderFactory xmlEventReaderFactory, XmlEntityExpander xmlEntityExpander) -
Uses of XmlEventReaderFactory in com.atlassian.confluence.content.render.xhtml.editor.macro
Constructors in com.atlassian.confluence.content.render.xhtml.editor.macro with parameters of type XmlEventReaderFactoryModifierConstructorDescriptionEditorMacroUnmarshaller
(XMLOutputFactory xmlFragmentOutputFactory, XMLEventFactory xmlEventFactory, com.atlassian.confluence.content.render.xhtml.editor.macro.MacroNameAndParameterSubParser macroNameAndParameterSubParser, XmlEventReaderFactory xmlEventReaderFactory, XmlEntityExpander xmlEntityExpander, HtmlToXmlConverter htmlToXmlConverter) -
Uses of XmlEventReaderFactory in com.atlassian.confluence.content.render.xhtml.editor.pagelayouts
Constructors in com.atlassian.confluence.content.render.xhtml.editor.pagelayouts with parameters of type XmlEventReaderFactoryModifierConstructorDescriptionEditorPageLayoutUnMarshaller
(XmlEventReaderFactory xmlEventReaderFactory) -
Uses of XmlEventReaderFactory in com.atlassian.confluence.content.render.xhtml.editor.placeholder
Constructors in com.atlassian.confluence.content.render.xhtml.editor.placeholder with parameters of type XmlEventReaderFactoryModifierConstructorDescriptionEditorPlaceholderUnmarshaller
(XmlEventReaderFactory xmlEventReaderFactory) -
Uses of XmlEventReaderFactory in com.atlassian.confluence.content.render.xhtml.links
Constructors in com.atlassian.confluence.content.render.xhtml.links with parameters of type XmlEventReaderFactoryModifierConstructorDescriptionXhtmlAttachmentLinksUpdater
(XmlEventReaderFactory xmlEventReaderFactory, XMLOutputFactory xmlOutputFactory, XMLEventFactory xmlEventFactory) XhtmlLinksUpdater
(XmlEventReaderFactory xmlEventReaderFactory, XMLOutputFactory xmlOutputFactory, XMLEventFactory xmlEventFactory, Marshaller<ResourceIdentifier> resourceIdentifierMarshaller, ResourceIdentifierFactory resourceIdentifierFactory) XhtmlOutgoingLinksExtractor
(XmlEventReaderFactory xmlEventReaderFactory, Unmarshaller<ResourceIdentifier> resourceIdentifierUnmarshaller, String contentEntityResolverId, String draftResolverId, String idAndTypeResolverId) -
Uses of XmlEventReaderFactory in com.atlassian.confluence.content.render.xhtml.migration
Methods in com.atlassian.confluence.content.render.xhtml.migration with parameters of type XmlEventReaderFactoryModifier and TypeMethodDescriptionstatic XhtmlRoundTripMigrator
XhtmlRoundTripMigrator.createMigratorWithMigrationAwareTransformer
(FragmentTransformer storageRoundTripFragmentTransformer, XmlEventReaderFactory xmlEventReaderFactory) Constructors in com.atlassian.confluence.content.render.xhtml.migration with parameters of type XmlEventReaderFactoryModifierConstructorDescriptionXhtmlRoundTripMigrator
(FragmentTransformer storageRoundTripFragmentTransformer, XmlEventReaderFactory xmlEventReaderFactory, com.google.common.base.Predicate<ConversionContext> migrationPerformedPredicate) -
Uses of XmlEventReaderFactory in com.atlassian.confluence.content.render.xhtml.storage
Constructors in com.atlassian.confluence.content.render.xhtml.storage with parameters of type XmlEventReaderFactoryModifierConstructorDescriptionDefaultContentTransformerFactory
(Unmarshaller<MacroDefinition> macroDefinitionUnmarshaller, Marshaller<MacroDefinition> macroDefinitionMarshaller, XmlEventReaderFactory xmlEventReaderFactory, XmlOutputFactory xmlOutputFactory, com.atlassian.event.api.EventPublisher eventPublisher) StorageXhtmlTransformer
(XmlEventReaderFactory xmlEventReaderFactory, FragmentTransformer defaultFragmentTransformer) -
Uses of XmlEventReaderFactory in com.atlassian.confluence.content.render.xhtml.storage.embed
Constructors in com.atlassian.confluence.content.render.xhtml.storage.embed with parameters of type XmlEventReaderFactoryModifierConstructorDescriptionStorageEmbeddedImageUnmarshaller
(Unmarshaller<ResourceIdentifier> resourceIdentifierUnmarshaller, XmlEventReaderFactory xmlEventReaderFactory) -
Uses of XmlEventReaderFactory in com.atlassian.confluence.content.render.xhtml.storage.inlinecommentmarker
Constructors in com.atlassian.confluence.content.render.xhtml.storage.inlinecommentmarker with parameters of type XmlEventReaderFactoryModifierConstructorDescriptionStorageInlineCommentMarkerUnmarshaller
(XmlEventReaderFactory xmlEventReaderFactory) -
Uses of XmlEventReaderFactory in com.atlassian.confluence.content.render.xhtml.storage.inlinetask
Constructors in com.atlassian.confluence.content.render.xhtml.storage.inlinetask with parameters of type XmlEventReaderFactoryModifierConstructorDescriptionStorageInlineTaskUnmarshaller
(XmlEventReaderFactory xmlEventReaderFactory, MarshallingRegistry registry) -
Uses of XmlEventReaderFactory in com.atlassian.confluence.content.render.xhtml.storage.link
Constructors in com.atlassian.confluence.content.render.xhtml.storage.link with parameters of type XmlEventReaderFactoryModifierConstructorDescriptionStorageLinkUnmarshaller
(Unmarshaller<ResourceIdentifier> resourceIdentifierUnmarshaller, List<Unmarshaller<LinkBody>> linkBodyUnmarshallers, XmlEventReaderFactory xmlEventReaderFactory, ResourceIdentifierContextUtility resourceIdentifierContextUtility) StorageRichTextLinkBodyUnmarshaller
(Unmarshaller<EmbeddedImage> embeddedImageUnmarshaller, XMLOutputFactory xmlFragmentOutputFactory, XmlEventReaderFactory xmlEventReaderFactory) -
Uses of XmlEventReaderFactory in com.atlassian.confluence.content.render.xhtml.storage.link.user
Constructors in com.atlassian.confluence.content.render.xhtml.storage.link.user with parameters of type XmlEventReaderFactoryModifierConstructorDescriptionDefaultUserMentionsExtractor
(ConfluenceUserResolver userResolver, XmlEventReaderFactory readerFactory, Unmarshaller<UserResourceIdentifier> userResourceIdentifierUnmarshaller) -
Uses of XmlEventReaderFactory in com.atlassian.confluence.content.render.xhtml.storage.macro
Constructors in com.atlassian.confluence.content.render.xhtml.storage.macro with parameters of type XmlEventReaderFactoryModifierConstructorDescriptionStorageMacroFragmentTransformerFactory
(XmlEventReaderFactory xmlEventReaderFactory, XmlOutputFactory xmlOutputFactory, MacroParameterTypeParser macroParameterTypeParser, MacroMetadataManager macroMetadataManager, LinkMarshallingFactory linkMarshallingFactory, MacroManager macroManager, StorageMacroBodyParser storageMacroBodyParser, MacroIdSupplier macroIdSupplier, MacroSchemaMigrator macroSchemaMigrator) StorageMacroV1Unmarshaller
(XmlEventReaderFactory xmlEventReaderFactory, MacroParameterTypeParser macroParameterTypeParser, StorageMacroBodyParser storageMacroBodyParser) StorageMacroV2Unmarshaller
(XmlEventReaderFactory xmlEventReaderFactory, MacroMetadataManager macroMetadataManager, Unmarshaller<ResourceIdentifier> resourceIdentifierUnmarshaller, Unmarshaller<Link> linkUnmarshaller, StorageMacroBodyParser storageMacroBodyParser, MacroManager macroManager) -
Uses of XmlEventReaderFactory 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 XmlEventReaderFactoryModifierConstructorDescriptionInlineBodyMacroFixingTransformer
(XmlOutputFactory xmlFragmentOutputFactory, XmlEventReaderFactory xmlEventReaderFactory, XMLEventFactoryProvider xmlEventFactoryProvider) InlineMacroFragment
(XMLEventReader fragmentReader, XmlEventReaderFactory xmlEventReaderFactory) -
Uses of XmlEventReaderFactory in com.atlassian.confluence.content.render.xhtml.storage.pagelayouts
Constructors in com.atlassian.confluence.content.render.xhtml.storage.pagelayouts with parameters of type XmlEventReaderFactoryModifierConstructorDescriptionStorageLegacyPageLayoutUnMarshaller
(XmlEventReaderFactory xmlEventReaderFactory) StoragePageLayoutUnMarshaller
(XmlEventReaderFactory xmlEventReaderFactory) -
Uses of XmlEventReaderFactory in com.atlassian.confluence.content.render.xhtml.transformers
Methods in com.atlassian.confluence.content.render.xhtml.transformers with parameters of type XmlEventReaderFactoryModifier and TypeMethodDescriptionstatic 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 XmlEventReaderFactoryModifierConstructorDescriptionDefaultFragmentTransformer
(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 XmlEventReaderFactory in com.atlassian.confluence.content.render.xhtml.view
Constructors in com.atlassian.confluence.content.render.xhtml.view with parameters of type XmlEventReaderFactoryModifierConstructorDescriptionViewHeadingFragmentTransformer
(XmlEventReaderFactory xmlEventReaderFactory) ViewHtmlAnchorFragmentTransformer
(SettingsManager settingsManager, XMLOutputFactory xmlOutputFactory, XMLEventFactory xmlEventFactory, XmlEventReaderFactory xmlEventReaderFactory, HrefEvaluator hrefEvaluator, UserI18NBeanFactory userI18NBeanFactory, DarkFeaturesManager darkFeaturesManager) ViewTableWrappingFragmentTransformer
(XmlEventReaderFactory xmlEventReaderFactory) -
Uses of XmlEventReaderFactory in com.atlassian.confluence.content.render.xhtml.view.excerpt
Constructors in com.atlassian.confluence.content.render.xhtml.view.excerpt with parameters of type XmlEventReaderFactoryModifierConstructorDescriptionDefaultExcerpter
(XMLOutputFactory xmlFragmentOutputFactory, XmlEventReaderFactory xmlEventReaderFactory, HtmlToXmlConverter htmlToXmlConverter, SettingsManager settingsManager, Renderer viewRenderer, Unmarshaller<EmbeddedImage> embeddedImageUnmarshaller, FragmentTransformer fragmentTransformer, AttachmentResourceIdentifierResolver attachmentResolver, DataSourceFactory datasourceFactory, ThumbnailManager thumbnailManager, MacroDefinitionTransformer macroDefinitionTransformer, ExcerptHelper excerptHelper, I18NBeanFactory i18NBeanFactory, LocaleManager localeManager) -
Uses of XmlEventReaderFactory in com.atlassian.confluence.content.render.xhtml.view.inlinetask
Constructors in com.atlassian.confluence.content.render.xhtml.view.inlinetask with parameters of type XmlEventReaderFactoryModifierConstructorDescriptionViewInlineTaskUnmarshaller
(XmlEventReaderFactory xmlEventReaderFactory, ContentPropertyManager contentPropertyManager) -
Uses of XmlEventReaderFactory in com.atlassian.confluence.content.render.xhtml.view.theming
Constructors in com.atlassian.confluence.content.render.xhtml.view.theming with parameters of type XmlEventReaderFactoryModifierConstructorDescriptionTextColorTransformer
(XmlEventReaderFactory xmlEventReaderFactory, DarkFeaturesManager darkFeaturesManager) -
Uses of XmlEventReaderFactory in com.atlassian.confluence.impl.backuprestore.backup.exporters
Constructors in com.atlassian.confluence.impl.backuprestore.backup.exporters with parameters of type XmlEventReaderFactoryModifierConstructorDescriptionReferenceEntityFromBodyContentExtractor
(XmlEventReaderFactory xmlEventReaderFactory, XmlOutputFactory xmlOutputFactory, com.atlassian.plugin.PluginAccessor pluginAccessor, List<Supplier<FragmentTransformer>> defaultSupplyFragmentTransformers) -
Uses of XmlEventReaderFactory in com.atlassian.confluence.impl.content.duplicatetags.internal
Constructors in com.atlassian.confluence.impl.content.duplicatetags.internal with parameters of type XmlEventReaderFactoryModifierConstructorDescriptionDuplicateNestedTagsRemoverImpl
(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 XmlEventReaderFactory in com.atlassian.confluence.impl.content.render.prefetch.xhtml
Constructors in com.atlassian.confluence.impl.content.render.prefetch.xhtml with parameters of type XmlEventReaderFactoryModifierConstructorDescriptionXhtmlResourceIdentifierExtractor
(XmlEventReaderFactory xmlEventReaderFactory, Unmarshaller<ResourceIdentifier> resourceIdentifierUnmarshaller) -
Uses of XmlEventReaderFactory in com.atlassian.confluence.importexport.impl
Constructors in com.atlassian.confluence.importexport.impl with parameters of type XmlEventReaderFactoryModifierConstructorDescriptionStorageFormatUserRewriter
(XmlEventReaderFactory xmlEventReaderFactory, XmlOutputFactory xmlOutputFactory, Unmarshaller<UserResourceIdentifier> userResourceIdentifierUnmarshaller, Marshaller<UserResourceIdentifier> userResourceIdentifierMarshaller) -
Uses of XmlEventReaderFactory in com.atlassian.confluence.pages.templates
Methods in com.atlassian.confluence.pages.templates with parameters of type XmlEventReaderFactoryModifier and TypeMethodDescriptionstatic Variable
XhtmlTemplateUtils.extractVariableDeclaration
(XMLEventReader parentEventReader, XmlEventReaderFactory xmlEventReaderFactory) Constructors in com.atlassian.confluence.pages.templates with parameters of type XmlEventReaderFactoryModifierConstructorDescriptionXhtmlTemplateHandler
(XmlOutputFactory xmlFragmentOutputFactory, XmlEventReaderFactory xmlEventReaderFactory, FormatConverter formatConverter, XMLEventFactory xmlEventFactory, TemplateI18nHandler templateI18nHandler, StorageFormatCleaner storageFormatCleaner, SpaceManager spaceManager) -
Uses of XmlEventReaderFactory in com.atlassian.confluence.plugins.merge
Constructors in com.atlassian.confluence.plugins.merge with parameters of type XmlEventReaderFactoryModifierConstructorDescriptionTDMMerger
(XmlEventReaderFactory xmlEventReaderFactory, XmlOutputFactoryProvider xmlOutputFactoryProvider, com.atlassian.sal.api.executor.ThreadLocalDelegateExecutorFactory threadLocalDelegateExecutorFactory) -
Uses of XmlEventReaderFactory in com.atlassian.confluence.plugins.templates.transformer
Constructors in com.atlassian.confluence.plugins.templates.transformer with parameters of type XmlEventReaderFactoryModifierConstructorDescriptionEditorToStorageTemplateVariablesTransformer
(XmlOutputFactory xmlFragmentOutputFactory, XmlEventReaderFactory xmlEventReaderFactory, XMLEventFactoryProvider xmlEventFactoryProvider) StorageToEditorTemplateVariablesTransformer
(XmlOutputFactory xmlFragmentOutputFactory, XmlEventReaderFactory xmlEventReaderFactory, ContextPathHolder contextPathHolder, TemplateI18nHandler templateI18nHandler, XMLEventFactoryProvider xmlEventFactoryProvider) StorageToViewTemplateVariablesTransformer
(XmlOutputFactory xmlFragmentOutputFactory, XmlEventReaderFactory xmlEventReaderFactory, XMLEventFactoryProvider xmlEventFactoryProvider) -
Uses of XmlEventReaderFactory in com.atlassian.confluence.tinymceplugin.rest
Constructors in com.atlassian.confluence.tinymceplugin.rest with parameters of type XmlEventReaderFactoryModifierConstructorDescriptionMacroResource
(XhtmlContent xhtmlContent, EditorFormatService editorFormatService, ContentEntityManager contentEntityManager, HtmlToXmlConverter htmlToXmlConverter, HttpContext httpContext, MacroManager macroManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate, PermissionManager permissionManager, SpacePermissionManager spacePermissionManager, MacroParameterTypeParser macroParameterTypeParser, XmlEventReaderFactory xmlEventReaderFactory, FragmentTransformer defaultFragmentTransformer, StorageMacroBodyParser storageMacroBodyParser, MacroMetadataManager macroMetadataManager, StorageFormatCleaner storageFormatCleaner, VelocityHelperService velocityHelperService) -
Uses of XmlEventReaderFactory in com.atlassian.confluence.upgrade.upgradetask
Constructors in com.atlassian.confluence.upgrade.upgradetask with parameters of type XmlEventReaderFactoryModifierConstructorDescriptionChangeSpaceDescriptionsBodyTypeTask
(HtmlToXmlConverter htmlToXmlConverter, XmlEventReaderFactory xmlEventReaderFactory) -
Uses of XmlEventReaderFactory in com.atlassian.confluence.util.diffs
Constructors in com.atlassian.confluence.util.diffs with parameters of type XmlEventReaderFactoryModifierConstructorDescriptionDefaultMergerManager
(com.atlassian.plugin.PluginAccessor pluginAccessor, XmlEventReaderFactory xmlEventReaderFactory, XMLOutputFactory xmlOutputFactory) PageLayoutAwareMerger
(Merger merger, XmlEventReaderFactory xmlEventReaderFactory, XMLOutputFactory xmlOutputFactory) -
Uses of XmlEventReaderFactory in com.atlassian.confluence.xml
Constructors in com.atlassian.confluence.xml with parameters of type XmlEventReaderFactoryModifierConstructorDescriptionHTMLParagraphStripper
(XMLOutputFactory xmlOutputFactory, XmlEventReaderFactory xmlEventReaderFactory)