|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
|---|
| 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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||