Uses of Interface
com.atlassian.confluence.content.render.xhtml.XmlEventReaderFactory

Packages that use XmlEventReaderFactory
com.atlassian.confluence.content.render.xhtml   
com.atlassian.confluence.content.render.xhtml.editor   
com.atlassian.confluence.content.render.xhtml.editor.embed   
com.atlassian.confluence.content.render.xhtml.editor.link   
com.atlassian.confluence.content.render.xhtml.editor.macro   
com.atlassian.confluence.content.render.xhtml.editor.pagelayouts   
com.atlassian.confluence.content.render.xhtml.editor.placeholder   
com.atlassian.confluence.content.render.xhtml.links   
com.atlassian.confluence.content.render.xhtml.migration   
com.atlassian.confluence.content.render.xhtml.storage   
com.atlassian.confluence.content.render.xhtml.storage.embed   
com.atlassian.confluence.content.render.xhtml.storage.inlinetask   
com.atlassian.confluence.content.render.xhtml.storage.link   
com.atlassian.confluence.content.render.xhtml.storage.link.user   
com.atlassian.confluence.content.render.xhtml.storage.macro   
com.atlassian.confluence.content.render.xhtml.storage.macro.inlinebody   
com.atlassian.confluence.content.render.xhtml.storage.pagelayouts   
com.atlassian.confluence.content.render.xhtml.transformers   
com.atlassian.confluence.content.render.xhtml.view   
com.atlassian.confluence.content.render.xhtml.view.excerpt   
com.atlassian.confluence.content.render.xhtml.view.inlinetask   
com.atlassian.confluence.importexport.impl   
com.atlassian.confluence.pages.templates   
com.atlassian.confluence.plugins.templates.transformer   
com.atlassian.confluence.upgrade.upgradetask   
com.atlassian.confluence.util.diffs   
com.atlassian.confluence.xml   
 

Uses of XmlEventReaderFactory in com.atlassian.confluence.content.render.xhtml
 

Classes in com.atlassian.confluence.content.render.xhtml that implement XmlEventReaderFactory
 class DefaultXmlEventReaderFactory
           
 

Constructors in com.atlassian.confluence.content.render.xhtml with parameters of type XmlEventReaderFactory
DefaultEditorFormatService(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)
           
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 XmlEventReaderFactory
EditorXhtmlTransformer(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 XmlEventReaderFactory
EditorEmbeddedImageResourceUnmarshaller(Unmarshaller<ResourceIdentifier> resourceIdentifierUnmarshaller, Unmarshaller<ResourceIdentifier> storageResourceIdentifierUnmarshaller, XmlEventReaderFactory xmlEventReaderFactory, MarshallingRegistry registry)
           
 

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 XmlEventReaderFactory
EditorLinkBodyUnmarshaller(Unmarshaller<EmbeddedImage> embeddedImageUnmarshaller, javax.xml.stream.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 XmlEventReaderFactory
EditorMacroUnmarshaller(javax.xml.stream.XMLOutputFactory xmlFragmentOutputFactory, javax.xml.stream.XMLEventFactory xmlEventFactory, com.atlassian.confluence.content.render.xhtml.editor.macro.MacroNameAndParameterSubParser macroNameAndParameterSubParser, XmlEventReaderFactory xmlEventReaderFactory, XmlEntityExpander xmlEntityExpander)
           
 

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 XmlEventReaderFactory
EditorPageLayoutUnMarshaller(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 XmlEventReaderFactory
EditorPlaceholderUnmarshaller(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 XmlEventReaderFactory
XhtmlAttachmentLinksUpdater(XmlEventReaderFactory xmlEventReaderFactory, javax.xml.stream.XMLOutputFactory xmlOutputFactory, javax.xml.stream.XMLEventFactory xmlEventFactory)
           
XhtmlLinksUpdater(XmlEventReaderFactory xmlEventReaderFactory, javax.xml.stream.XMLOutputFactory xmlOutputFactory, javax.xml.stream.XMLEventFactory xmlEventFactory, Marshaller<ResourceIdentifier> resourceIdentifierMarshaller, ResourceIdentifierFactory resourceIdentifierFactory)
           
XhtmlOutgoingLinksExtractor(XmlEventReaderFactory xmlEventReaderFactory, Unmarshaller<ResourceIdentifier> resourceIdentifierUnmarshaller, java.lang.String contentEntityResolverId, java.lang.String draftResolverId, java.lang.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 XmlEventReaderFactory
static XhtmlRoundTripMigrator XhtmlRoundTripMigrator.createMigratorWithMigrationAwareTransformer(FragmentTransformer storageRoundTripFragmentTransformer, XmlEventReaderFactory xmlEventReaderFactory)
           
 

Constructors in com.atlassian.confluence.content.render.xhtml.migration with parameters of type XmlEventReaderFactory
XhtmlRoundTripMigrator(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 XmlEventReaderFactory
DefaultContentTransformerFactory(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 XmlEventReaderFactory
StorageEmbeddedImageUnmarshaller(Unmarshaller<ResourceIdentifier> resourceIdentifierUnmarshaller, 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 XmlEventReaderFactory
StorageInlineTaskUnmarshaller(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 XmlEventReaderFactory
StorageLinkUnmarshaller(Unmarshaller<ResourceIdentifier> resourceIdentifierUnmarshaller, java.util.List<Unmarshaller<LinkBody>> linkBodyUnmarshallers, XmlEventReaderFactory xmlEventReaderFactory, ResourceIdentifierContextUtility resourceIdentifierContextUtility)
           
StorageRichTextLinkBodyUnmarshaller(Unmarshaller<EmbeddedImage> embeddedImageUnmarshaller, javax.xml.stream.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 XmlEventReaderFactory
DefaultUserMentionsExtractor(UserAccessor userAccessor, XmlEventReaderFactory readerFactory, java.util.List<? extends MentionsParser> delegates)
          Deprecated. since 5.3. The MentionsParser mechanism is deprecated with no replacement. Use #DefaultUserMentionsExtractor(com.atlassian.confluence.user.UserAccessor, com.atlassian.confluence.content.render.xhtml.XmlEventReaderFactory)
DefaultUserMentionsExtractor(UserAccessor userAccessor, XmlEventReaderFactory readerFactory, Unmarshaller<UserResourceIdentifier> userResourceIdentifierUnmarshaller)
           
InlineTasksMentionsParser(XmlEventReaderFactory readerFactory)
          Deprecated.  
 

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 XmlEventReaderFactory
StorageMacroFragmentTransformerFactory(XmlEventReaderFactory xmlEventReaderFactory, XmlOutputFactory xmlOutputFactory, MacroParameterTypeParser macroParameterTypeParser, MacroMetadataManager macroMetadataManager, LinkMarshallingFactory linkMarshallingFactory)
           
StorageMacroV1Unmarshaller(XmlEventReaderFactory xmlEventReaderFactory, XmlOutputFactory xmlOutputFactory, MacroBodyTransformationCondition macroBodyTransformationCondition, MacroParameterTypeParser macroParameterTypeParser)
           
StorageMacroV2Unmarshaller(XmlEventReaderFactory xmlEventReaderFactory, XmlOutputFactory xmlOutputFactory, MacroBodyTransformationCondition macroBodyTransformationCondition, MacroMetadataManager macroMetadataManager, Unmarshaller<ResourceIdentifier> resourceIdentifierUnmarshaller, Unmarshaller<Link> linkUnmarshaller)
           
 

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 XmlEventReaderFactory
InlineBodyMacroFixingTransformer(XmlOutputFactory xmlFragmentOutputFactory, XmlEventReaderFactory xmlEventReaderFactory, XMLEventFactoryProvider xmlEventFactoryProvider)
           
 

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 XmlEventReaderFactory
StorageLegacyPageLayoutUnMarshaller(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 XmlEventReaderFactory
static DefaultFragmentTransformer DefaultFragmentTransformer.createMigrationAwareFragmentTransformer(java.util.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 XmlEventReaderFactory
DefaultFragmentTransformer(java.util.List<? extends FragmentTransformer> fragmentTransformers, XmlOutputFactory xmlFragmentOutputFactory, XmlEventReaderFactory xmlEventReaderFactory, FragmentTransformationErrorHandler fragmentTransformationErrorHandler, com.atlassian.event.api.EventPublisher eventPublisher)
           
DefaultFragmentTransformer(java.util.List<ElementTransformer> elementTransformers, java.util.List<? extends FragmentTransformer> fragmentTransformers, XmlOutputFactory xmlFragmentOutputFactory, XmlEventReaderFactory xmlEventReaderFactory, FragmentTransformationErrorHandler fragmentTransformationErrorHandler, com.atlassian.event.api.EventPublisher eventPublisher)
           
DefaultFragmentTransformerFactoryImpl(java.util.List<ElementTransformer> defaultElementTransformers, java.util.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 XmlEventReaderFactory
ViewHeadingFragmentTransformer(XmlEventReaderFactory xmlEventReaderFactory, ExcerptHelper excerptHelper)
           
ViewHtmlAnchorFragmentTransformer(SettingsManager settingsManager, javax.xml.stream.XMLOutputFactory xmlOutputFactory, javax.xml.stream.XMLEventFactory xmlEventFactory, XmlEventReaderFactory xmlEventReaderFactory, HrefEvaluator hrefEvaluator)
           
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 XmlEventReaderFactory
DefaultExcerpter(javax.xml.stream.XMLOutputFactory xmlFragmentOutputFactory, XmlEventReaderFactory xmlEventReaderFactory, HtmlToXmlConverter htmlToXmlConverter, SettingsManager settingsManager, Renderer viewRenderer, Unmarshaller<EmbeddedImage> embeddedImageUnmarshaller, FragmentTransformer fragmentTransformer, AttachmentResourceIdentifierResolver attachmentResolver, DataSourceFactory datasourceFactory, ThumbnailManager thumbnailManager, XhtmlContent xhtmlContent)
           
 

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 XmlEventReaderFactory
ViewInlineTaskUnmarshaller(XmlEventReaderFactory xmlEventReaderFactory, ContentPropertyManager contentPropertyManager)
           
 

Uses of XmlEventReaderFactory in com.atlassian.confluence.importexport.impl
 

Constructors in com.atlassian.confluence.importexport.impl with parameters of type XmlEventReaderFactory
StorageFormatUserRewriter(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 XmlEventReaderFactory
static Variable XhtmlTemplateUtils.extractVariableDeclaration(javax.xml.stream.XMLEventReader parentEventReader, XmlEventReaderFactory xmlEventReaderFactory)
           
 

Constructors in com.atlassian.confluence.pages.templates with parameters of type XmlEventReaderFactory
XhtmlTemplateHandler(XmlOutputFactory xmlFragmentOutputFactory, XmlEventReaderFactory xmlEventReaderFactory, FormatConverter formatConverter, javax.xml.stream.XMLEventFactory xmlEventFactory, TemplateI18nHandler templateI18nHandler)
           
 

Uses of XmlEventReaderFactory in com.atlassian.confluence.plugins.templates.transformer
 

Constructors in com.atlassian.confluence.plugins.templates.transformer with parameters of type XmlEventReaderFactory
EditorToStorageTemplateVariablesTransformer(XmlOutputFactory xmlFragmentOutputFactory, XmlEventReaderFactory xmlEventReaderFactory)
           
StorageToEditorTemplateVariablesTransformer(XmlOutputFactory xmlFragmentOutputFactory, XmlEventReaderFactory xmlEventReaderFactory, ContextPathHolder contextPathHolder, TemplateI18nHandler templateI18nHandler)
           
StorageToViewTemplateVariablesTransformer(XmlOutputFactory xmlFragmentOutputFactory, XmlEventReaderFactory xmlEventReaderFactory)
           
 

Uses of XmlEventReaderFactory in com.atlassian.confluence.upgrade.upgradetask
 

Constructors in com.atlassian.confluence.upgrade.upgradetask with parameters of type XmlEventReaderFactory
ChangeSpaceDescriptionsBodyTypeTask(HtmlToXmlConverter htmlToXmlConverter, XmlEventReaderFactory xmlEventReaderFactory)
           
 

Uses of XmlEventReaderFactory in com.atlassian.confluence.util.diffs
 

Constructors in com.atlassian.confluence.util.diffs with parameters of type XmlEventReaderFactory
DefaultMergerManager(com.atlassian.plugin.PluginAccessor pluginAccessor, XmlEventReaderFactory xmlEventReaderFactory, javax.xml.stream.XMLOutputFactory xmlOutputFactory)
           
PageLayoutAwareMerger(Merger merger, XmlEventReaderFactory xmlEventReaderFactory, javax.xml.stream.XMLOutputFactory xmlOutputFactory)
           
 

Uses of XmlEventReaderFactory in com.atlassian.confluence.xml
 

Constructors in com.atlassian.confluence.xml with parameters of type XmlEventReaderFactory
HTMLParagraphStripper(javax.xml.stream.XMLOutputFactory xmlOutputFactory, XmlEventReaderFactory xmlEventReaderFactory)
           
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.