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.links   
com.atlassian.confluence.content.render.xhtml.storage   
com.atlassian.confluence.content.render.xhtml.storage.embed   
com.atlassian.confluence.content.render.xhtml.storage.link   
com.atlassian.confluence.content.render.xhtml.storage.macro   
com.atlassian.confluence.content.render.xhtml.storage.macro.inlinebody   
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.plugins.merge   
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, FragmentTransformer storageToViewFragmentTransformer, 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)
           
 

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, 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(XMLOutputFactory xmlFragmentOutputFactory, 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.links
 

Constructors in com.atlassian.confluence.content.render.xhtml.links with parameters of type XmlEventReaderFactory
XhtmlAttachmentLinksUpdater(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.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.link
 

Constructors in com.atlassian.confluence.content.render.xhtml.storage.link with parameters of type XmlEventReaderFactory
StorageLinkUnmarshaller(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.macro
 

Constructors in com.atlassian.confluence.content.render.xhtml.storage.macro with parameters of type XmlEventReaderFactory
StorageMacroUnmarshaller(XmlEventReaderFactory xmlEventReaderFactory, XMLOutputFactory xmlOutputFactory, MacroBodyTransformationCondition macroBodyTransformationCondition)
           
 

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, XMLEventFactory xmlEventFactory)
           
 

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

Constructors in com.atlassian.confluence.content.render.xhtml.transformers with parameters of type XmlEventReaderFactory
DefaultFragmentTransformer(List<? extends FragmentTransformer> fragmentTransformers, XMLOutputFactory xmlFragmentOutputFactory, XmlEventReaderFactory xmlEventReaderFactory, FragmentTransformationErrorHandler fragmentTransformationErrorHandler, com.atlassian.event.api.EventPublisher eventPublisher)
           
DefaultFragmentTransformer(List<ElementTransformer> elementTransformers, List<? extends FragmentTransformer> fragmentTransformers, 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, XMLOutputFactory xmlOutputFactory, 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(XMLOutputFactory xmlFragmentOutputFactory, XmlEventReaderFactory xmlEventReaderFactory, HtmlToXmlConverter htmlToXmlConverter, SettingsManager settingsManager, Renderer viewRenderer, Unmarshaller<EmbeddedImage> embeddedImageUnmarshaller, FragmentTransformer fragmentTransformer, AttachmentResourceIdentifierResolver attachmentResolver, DataSourceFactory datasourceFactory, ThumbnailManager thumbnailManager)
           
 

Uses of XmlEventReaderFactory in com.atlassian.confluence.plugins.merge
 

Constructors in com.atlassian.confluence.plugins.merge with parameters of type XmlEventReaderFactory
TDMMerger(XmlEventReaderFactory xmlEventReaderFactory, XMLOutputFactory xmlOutputFactory)
           
 

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)
           
TableStyleRemovalUpgradeTask(org.springframework.transaction.PlatformTransactionManager transactionManager, ContentDao contentDao, XMLOutputFactory xmlFragmentOutputFactory, XmlEventReaderFactory xmlEventReaderFactory, XMLEventFactory xmlEventFactory, String configuredBuildNumber)
           
 

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, 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 XmlEventReaderFactory
HTMLParagraphStripper(XMLOutputFactory xmlOutputFactory, XmlEventReaderFactory xmlEventReaderFactory)
           
 



Copyright © 2003-2012 Atlassian. All Rights Reserved.