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

Packages that use XmlOutputFactory
com.atlassian.confluence.content.render.xhtml   
com.atlassian.confluence.content.render.xhtml.storage   
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.importexport.impl   
com.atlassian.confluence.pages.templates   
com.atlassian.confluence.plugins.templates.transformer   
 

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

Classes in com.atlassian.confluence.content.render.xhtml that implement XmlOutputFactory
 class ConfluenceXmlOutputFactory
          This "Confluence" implementation of XmlOutputFactory was introduced primarily to deal with STAX-58.
 class DelegateXmlOutputFactory
          This class acts as an adapter between the StAX XMLOutputFactory abstract class and the Confluence XmlOutputFactory interface.
 

Methods in com.atlassian.confluence.content.render.xhtml that return XmlOutputFactory
 XmlOutputFactory XmlOutputFactoryProvider.getXmlFragmentOutputFactory()
           
 XmlOutputFactory DefaultXmlOutputFactoryProvider.getXmlFragmentOutputFactory()
           
 XmlOutputFactory XmlOutputFactoryProvider.getXmlOutputFactory()
           
 XmlOutputFactory DefaultXmlOutputFactoryProvider.getXmlOutputFactory()
           
 

Methods in com.atlassian.confluence.content.render.xhtml with parameters of type XmlOutputFactory
static java.lang.String StaxUtils.toXmlString(javax.xml.stream.XMLEventReader reader, XmlOutputFactory confluenceXmlOutputFactory)
           
 

Constructors in com.atlassian.confluence.content.render.xhtml with parameters of type XmlOutputFactory
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
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
 

Constructors in com.atlassian.confluence.content.render.xhtml.storage.macro with parameters of type XmlOutputFactory
StorageMacroFragmentTransformerFactory(XmlEventReaderFactory xmlEventReaderFactory, XmlOutputFactory xmlOutputFactory, MacroParameterTypeParser macroParameterTypeParser, MacroMetadataManager macroMetadataManager, LinkMarshallingFactory linkMarshallingFactory)
           
StorageMacroV1Marshaller(XmlOutputFactory xmlOutputFactory)
           
StorageMacroV1Unmarshaller(XmlEventReaderFactory xmlEventReaderFactory, XmlOutputFactory xmlOutputFactory, MacroBodyTransformationCondition macroBodyTransformationCondition, MacroParameterTypeParser macroParameterTypeParser)
           
StorageMacroV2Marshaller(XmlOutputFactory xmlOutputFactory, MacroMetadataManager macroMetadataManager, Marshaller<ResourceIdentifier> resourceIdentifierMarshaller, Marshaller<Link> linkMarshaller, MacroParameterTypeParser macroParameterTypeParser)
           
StorageMacroV2Unmarshaller(XmlEventReaderFactory xmlEventReaderFactory, XmlOutputFactory xmlOutputFactory, MacroBodyTransformationCondition macroBodyTransformationCondition, MacroMetadataManager macroMetadataManager, Unmarshaller<ResourceIdentifier> resourceIdentifierUnmarshaller, Unmarshaller<Link> linkUnmarshaller)
           
 

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
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
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 XmlOutputFactory
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 XmlOutputFactory in com.atlassian.confluence.importexport.impl
 

Constructors in com.atlassian.confluence.importexport.impl with parameters of type XmlOutputFactory
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
XhtmlTemplateHandler(XmlOutputFactory xmlFragmentOutputFactory, XmlEventReaderFactory xmlEventReaderFactory, FormatConverter formatConverter, javax.xml.stream.XMLEventFactory xmlEventFactory, TemplateI18nHandler templateI18nHandler)
           
 

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

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



Copyright © 2003-2014 Atlassian. All Rights Reserved.